mirror of
https://github.com/MewoLab/AquaDX.git
synced 2025-12-14 11:56:15 +08:00
8 lines
148 B
TypeScript
8 lines
148 B
TypeScript
import './app.sass'
|
|
import App from './App.svelte'
|
|
|
|
// @ts-ignore
|
|
const app = new App({target: document.getElementById('app')})
|
|
|
|
export default app
|