main.js 104 B

1234567
  1. import App from './App.svelte';
  2. const app = new App({
  3. target: document.body
  4. });
  5. export default app;