mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-05 05:27:30 +08:00
6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
import './app.sass'
|
|
import App from './App.svelte'
|
|
|
|
const app = new App({ target: document.getElementById('app')! })
|
|
|
|
export default app |