forked from Simnation/Main
9 lines
170 B
TypeScript
9 lines
170 B
TypeScript
![]() |
import App from './App.svelte'
|
||
|
import 'uno.css'
|
||
|
import '@unocss/reset/tailwind.css'
|
||
|
|
||
|
const app = new App({
|
||
|
target: document.getElementById('app')
|
||
|
})
|
||
|
|
||
|
export default app
|