Files
DefectingCat.github.io/pages/blog.tsx
DefectingCat 7e3030bd01 Init
2022-03-20 19:08:06 +08:00

8 lines
95 B
TypeScript

import { FC } from 'react';
const Blog: FC = () => {
return <></>;
};
export default Blog;