mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 08:41:37 +00:00
format code
This commit is contained in:
@ -79,4 +79,4 @@ const GistsCode = ({ file, showFileName = false }: Props) => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default memo(GistsCode);
|
export default memo(GistsCode);
|
||||||
|
@ -51,4 +51,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
@ -147,4 +147,4 @@ export const getSignalGist = cache(async (id: string) => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user