waffle/frontend/src/main.js

7 lines
102 B
JavaScript
Raw Normal View History

2022-04-14 00:31:03 +03:00
import App from './App.svelte';
const app = new App({
target: document.body
});
export default app;