mirror of
https://github.com/smartyellow/status.git
synced 2025-01-18 21:47:58 +00:00
6 lines
87 B
JavaScript
6 lines
87 B
JavaScript
import App from './app.svelte';
|
|
|
|
export default new App({
|
|
target: document.body,
|
|
});
|