stable changes for adding to product but working on making it better...

This commit is contained in:
2024-11-18 08:50:31 +00:00
committed by AmirHossein Mahmoodi
parent 9cff5ea940
commit dd32aa6a87
22 changed files with 890 additions and 13 deletions

View File

@@ -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;

View File

@@ -0,0 +1,7 @@
import AzmayeshTypePage from "@/components/dashboard/azmayeshType";
const Page = () => {
return <AzmayeshTypePage />;
};
export default Page;