forked from globuzma/mentalaradio
First real commit
This commit is contained in:
parent
1947b908a6
commit
107d33c908
30 changed files with 2583 additions and 1 deletions
9
src/main.ts
Normal file
9
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