mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
6 lines
66 B
TypeScript
6 lines
66 B
TypeScript
const Page = () => {
|
|
return <>test</>;
|
|
};
|
|
|
|
export default Page;
|