forked from Cookies_Github_mirror/AquaDX
[O] Lint
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user