stable changes for adding to product but working on making it better...
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import TestPage from "@/components/dashboard/azmayesh";
|
||||
import AzmayeshPage from "@/components/dashboard/azmayesh";
|
||||
|
||||
const Page = () => {
|
||||
return <TestPage />;
|
||||
return <AzmayeshPage />;
|
||||
};
|
||||
|
||||
export default Page;
|
||||
|
||||
7
src/app/(withAuth)/dashboard/azmayesh_type/page.js
Normal file
7
src/app/(withAuth)/dashboard/azmayesh_type/page.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import AzmayeshTypePage from "@/components/dashboard/azmayeshType";
|
||||
|
||||
const Page = () => {
|
||||
return <AzmayeshTypePage />;
|
||||
};
|
||||
|
||||
export default Page;
|
||||
Reference in New Issue
Block a user