Format code

This commit is contained in:
DefectingCat
2022-12-14 09:40:40 +08:00
parent 4776b1bd0f
commit 1d581d5835
40 changed files with 43 additions and 43 deletions

View File

@ -64,4 +64,4 @@ const CopyButton = ({ onCopy: onClick }: CopyButtonProps) => {
);
};
export default memo(CopyButton);
export default memo(CopyButton);

View File

@ -24,4 +24,4 @@ const PostComment = () => {
);
};
export default memo(PostComment);
export default memo(PostComment);

View File

@ -29,4 +29,4 @@ const PostCommnetLine = () => {
);
};
export default memo(PostCommnetLine);
export default memo(PostCommnetLine);

View File

@ -77,4 +77,4 @@ const PostToc = ({ toc, tocLength }: Props) => {
);
};
export default memo(PostToc);
export default memo(PostToc);