mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
format code
remove end of line
This commit is contained in:
@ -26,4 +26,4 @@ const PostComment = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default memo(PostComment);
|
||||
export default memo(PostComment);
|
||||
|
@ -31,4 +31,4 @@ const PostCommnetLine = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default memo(PostCommnetLine);
|
||||
export default memo(PostCommnetLine);
|
||||
|
@ -79,4 +79,4 @@ const PostToc = ({ toc, tocLength }: Props) => {
|
||||
);
|
||||
};
|
||||
|
||||
export default memo(PostToc);
|
||||
export default memo(PostToc);
|
||||
|
Reference in New Issue
Block a user