1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-24 04:26:19 +02:00
parent c01fa3bb74
commit 2ccf477c6c
49 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,9 @@
import App from './App.svelte'
import 'uno.css'
import '@unocss/reset/tailwind.css'
const app = new App({
target: document.getElementById('app')
})
export default app