mirror of
https://github.com/youwen5/site.git
synced 2024-11-25 01:43:49 -08:00
fix: casing in tocheader import
This commit is contained in:
parent
0c8370ee8a
commit
984ffa3e4f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
import Article from '$lib/components/Blog/Article.svelte';
|
import Article from '$lib/components/Blog/Article.svelte';
|
||||||
import { toc, createTocStore } from '@svelte-put/toc';
|
import { toc, createTocStore } from '@svelte-put/toc';
|
||||||
import StickyToc from '$lib/components/Toc/StickyToc.svelte';
|
import StickyToc from '$lib/components/Toc/StickyToc.svelte';
|
||||||
import TocHeader from '$lib/components/toc/TocHeader.svelte';
|
import TocHeader from '$lib/components/Toc/TocHeader.svelte';
|
||||||
|
|
||||||
const tocStore = createTocStore();
|
const tocStore = createTocStore();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue