mirror of
https://github.com/1f349/daisy.git
synced 2025-04-14 07:05:54 +01:00
9 lines
139 B
TypeScript
9 lines
139 B
TypeScript
import './app.css'
|
|
import App from './App.svelte'
|
|
|
|
const app = new App({
|
|
target: document.getElementById('app')!,
|
|
})
|
|
|
|
export default app
|