Gravwell-Online/web-svelte/src/main.ts
2021-12-15 00:14:12 -06:00

7 lines
117 B
TypeScript

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