Update dependencies and version

This commit is contained in:
2024-12-15 18:43:06 +01:00
parent db0ccd9b56
commit 67e03eafaa
13 changed files with 2555 additions and 2793 deletions

View File

@ -8,8 +8,9 @@
<body style="overflow-y: scroll">
<script type="module">
import Popup from '~/entries/popup/Popup.svelte';
import { mount } from 'svelte';
new Popup({
mount(Popup, {
target: document.body
});
</script>