mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-10 10:33:41 -05:00
Restructure repo
This commit is contained in:
parent
65ddf2c73d
commit
ccdddb005d
21 changed files with 0 additions and 36 deletions
8
tiling-frontend/src/main.ts
Normal file
8
tiling-frontend/src/main.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import App from './App.svelte'
|
||||
import './app.css'
|
||||
|
||||
const app = new App({
|
||||
target: document.getElementById('app')!,
|
||||
})
|
||||
|
||||
export default app
|
||||
Loading…
Add table
Add a link
Reference in a new issue