mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-19 05:27:57 +00:00
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
|
import './reset.css';
|
||
|
import './style.css';
|
||
|
import App from './app.svelte';
|
||
|
|
||
|
const app = new App({ target: document.getElementById('app') });
|
||
|
|
||
|
export default app;
|