mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
Init
This commit is contained in:
7
pages/blog.tsx
Normal file
7
pages/blog.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import { FC } from 'react';
|
||||
|
||||
const Blog: FC = () => {
|
||||
return <></>;
|
||||
};
|
||||
|
||||
export default Blog;
|
Reference in New Issue
Block a user