oat-zone-modfiles/src/main.js

7 lines
102 B
JavaScript
Raw Normal View History

2022-01-02 04:57:52 +01:00
import App from './App.svelte';
const app = new App({
target: document.body
});
export default app;