about summary refs log tree commit diff stats
path: root/src/main.js
blob: 50a0732c90552ff2e7ddd92d79fa964c0d9cd5eb (plain) (blame)
1
2
3
4
5
6
7
import App from './App.svelte';

const app = new App({
  target: document.body,
});

export default app;