mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 08:41:37 +00:00
8 lines
95 B
TypeScript
8 lines
95 B
TypeScript
import { FC } from 'react';
|
|
|
|
const Blog: FC = () => {
|
|
return <></>;
|
|
};
|
|
|
|
export default Blog;
|