feat(package): Update dev script

This commit is contained in:
ItzCrazyKns
2024-04-09 18:48:26 +05:30
parent d1c74c861e
commit 8f3de05a38
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;