mirror of
https://github.com/smartyellow/status.git
synced 2025-01-19 05:57:58 +00:00
8 lines
125 B
JavaScript
8 lines
125 B
JavaScript
|
import App from './app.svelte';
|
||
|
|
||
|
const app = new App({
|
||
|
target: document.getElementById('outlet'),
|
||
|
});
|
||
|
|
||
|
export default app;
|