feat(package): Update dev script

This commit is contained in:
ItzCrazyKns 2024-04-09 18:48:26 +05:30
parent d1c74c861e
commit 8f3de05a38
No known key found for this signature in database
GPG key ID: 8162927C7CCE3065
2 changed files with 7 additions and 1 deletions

5
ui/app/discover/page.tsx Normal file
View file

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