mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 09:11:38 +00:00
add slug page
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
'use client';
|
||||
|
||||
import clsx from 'clsx';
|
||||
import Anchor from 'components/mdx/anchor';
|
||||
import { SingleToc } from 'lib/utils';
|
||||
@ -77,4 +79,4 @@ const PostToc = ({ toc, tocLength }: Props) => {
|
||||
);
|
||||
};
|
||||
|
||||
export default memo(PostToc);
|
||||
export default memo(PostToc);
|
Reference in New Issue
Block a user