1
0
Fork 0
forked from Simnation/Main
Main/resources/[standalone]/ps-multijob/svelte-source/src/main.ts

9 lines
170 B
TypeScript
Raw Normal View History

2025-06-18 00:53:24 +02:00
import App from './App.svelte'
import 'uno.css'
import '@unocss/reset/tailwind.css'
const app = new App({
target: document.getElementById('app')
})
export default app