Feature/migration
This commit is contained in:
9
src/app/(withAuth)/(dashboardLayout)/dashboard/page.js
Normal file
9
src/app/(withAuth)/(dashboardLayout)/dashboard/page.js
Normal file
@@ -0,0 +1,9 @@
|
||||
export const metadata = {
|
||||
title: "پیشخوان",
|
||||
};
|
||||
|
||||
const Page = () => {
|
||||
return <></>;
|
||||
};
|
||||
|
||||
export default Page;
|
||||
Reference in New Issue
Block a user