feat(discover): remove unadded page

This commit is contained in:
ItzCrazyKns 2024-06-28 09:34:40 +05:30
parent 91bba8eaca
commit f7d1364f30
No known key found for this signature in database
GPG Key ID: 8162927C7CCE3065
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
const Page = () => {
return <div>page</div>;
};
export default Page;