OnBoard-Live/tiling-frontend/src/main.ts
2024-08-02 15:26:59 +00:00

8 lines
139 B
TypeScript

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