mirror of
https://github.com/1f349/lavender.git
synced 2025-01-21 22:26:25 +00: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
|