chaos/src/main.js

5 lines
99 B
JavaScript

import App from './App.svelte';
const app = new App({target: document.body});
export default app;