Update table-of-contents.svelte

This commit is contained in:
Jesse Winton
2025-03-27 18:08:33 -04:00
parent af348d22d0
commit 06bad0d36d

View File

@@ -30,8 +30,6 @@
export let toc: Array<TocItem> = [];
export let heading: string = 'Table of Contents';
$: console.log({ toc });
</script>
<svelte:window on:scroll={handleIsScrolled} />