Cleanup the file structure

This commit is contained in:
Astra 2025-04-20 13:50:26 +09:00
parent 57f7c5d6e5
commit 2a0228693b
Signed by: astra
SSH key fingerprint: SHA256:jQDNS75/33T59Ey4yAzrUPP/5YQaXEetsW8hwUae+ag
24 changed files with 394 additions and 810 deletions

View file

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