Cleanup the file structure
This commit is contained in:
parent
57f7c5d6e5
commit
2a0228693b
24 changed files with 394 additions and 810 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