forked from Cookies_Github_mirror/AquaDX
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 |