cleaned up a bit

This commit is contained in:
Mak
2026-05-10 17:39:40 +09:00
parent 845c4de6ee
commit 2f04d4f905
10 changed files with 180 additions and 1181 deletions

View File

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