mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-09-28 01:37:55 +03:00
7 lines
147 B
TypeScript
7 lines
147 B
TypeScript
import './app.sass'
|
|
import App from './App.svelte'
|
|
|
|
// @ts-ignore
|
|
const app = new App({target: document.getElementById('app')})
|
|
|
|
export default app |