Restructure repo

This commit is contained in:
Micha Albert 2024-08-02 15:26:59 +00:00
parent 65ddf2c73d
commit ccdddb005d
21 changed files with 0 additions and 36 deletions

View file

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