moved and rewrote table-of-contents.svelte to use stateful design

This commit is contained in:
2026-02-15 13:36:29 +01:00
parent 151e1206ab
commit 6042157caf
6 changed files with 37 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import Banner2 from "$lib/banner2.svelte";
import Content from "$lib/viewport/content.svelte";
import TableOfContents from "$lib/table-of-contents.svelte";
import TableOfContents from "$lib/components/table-of-contents.svelte";
</script>
<svelte:head>