chore(deps): update frontend dependencies

This commit is contained in:
Job
2025-06-03 17:23:09 +02:00
parent 8b3c78cb84
commit d852e42f03
3 changed files with 1279 additions and 1221 deletions

View File

@@ -1,9 +1,8 @@
import './app.css'
import 'highlight.js/styles/github-dark.min.css';
import { mount } from 'svelte';
import App from './App.svelte'
const app = new App({
target: document.getElementById('app'),
})
const app = mount(App, { target: document.getElementById("app") });
export default app