forked from Cookies_Github_mirror/AquaDX
[M] Migrate usage
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { mount } from 'svelte';
|
||||
import './app.sass'
|
||||
import App from './App.svelte'
|
||||
|
||||
const app = new App({ target: document.getElementById('app')! })
|
||||
const app = mount(App, { target: document.getElementById("app")! });
|
||||
|
||||
export default app
|
||||
export default app
|
||||
|
||||
Reference in New Issue
Block a user