mirror of
https://codeberg.org/insects/cargo-spiel
synced 2025-05-24 10:53:43 +00:00
initial commit
This commit is contained in:
commit
1cea94ea19
22 changed files with 2780 additions and 0 deletions
9
frontend/src/main.ts
Normal file
9
frontend/src/main.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { mount } from 'svelte'
|
||||
import './app.css'
|
||||
import App from './App.svelte'
|
||||
|
||||
const app = mount(App, {
|
||||
target: document.getElementById('app')!,
|
||||
})
|
||||
|
||||
export default app
|
Loading…
Add table
Add a link
Reference in a new issue