mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 10:53:41 -05:00
8 lines
139 B
TypeScript
8 lines
139 B
TypeScript
import App from './App.svelte'
|
|
import './app.css'
|
|
|
|
const app = new App({
|
|
target: document.getElementById('app')!,
|
|
})
|
|
|
|
export default app
|