This commit is contained in:
Azalea
2024-02-16 01:46:11 -05:00
parent 6afcb364d1
commit 643e0e0c1f
5 changed files with 271 additions and 273 deletions

View File

@@ -1,7 +1,6 @@
import './app.sass'
import App from './App.svelte'
// @ts-ignore
const app = new App({target: document.getElementById('app')})
const app = new App({ target: document.getElementById('app')! })
export default app