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