Files
DefectingCat.github.io/app/friends/page.tsx
DefectingCat 8650373e78 add new friend page
fix other page layout
2023-11-10 13:58:08 +08:00

6 lines
66 B
TypeScript

const Page = () => {
return <>test</>;
};
export default Page;