geriou-bir/frontend/src/main.ts
2023-09-10 17:32:07 +02:00

9 lines
138 B
TypeScript

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