aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/main.ts
blob: d8200ac4fe3078b9ab20443ff6d2a06cbefe1882 (plain) (blame)
1
2
3
4
5
6
7
import App from './App.svelte'

const app = new App({
  target: document.getElementById('app')
})

export default app