mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 05:07:27 +08:00
[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