mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-05-16 17:58:03 -05: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 |