1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-01-19 05:27:57 +00:00
rolens/frontend/src/main.js

8 lines
163 B
JavaScript
Raw Normal View History

2023-01-10 16:28:27 +00:00
import './reset.css';
import './style.css';
import App from './app.svelte';
const app = new App({ target: document.getElementById('app') });
export default app;