mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-11 07:29:22 -05:00
Initial commit
This commit is contained in:
commit
5ad56fac3f
21 changed files with 808 additions and 0 deletions
7
stream/tiling-frontend/src/main.ts
Normal file
7
stream/tiling-frontend/src/main.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import App from './App.svelte'
|
||||
|
||||
const app = new App({
|
||||
target: document.getElementById('app')!,
|
||||
})
|
||||
|
||||
export default app
|
||||
Loading…
Add table
Add a link
Reference in a new issue