u80864958 58cba6455d init
2025-02-03 16:09:45 +01:00

9 lines
139 B
TypeScript

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