Files
frontend/src/app/(withAuth)/dashboard/azmayesh/page.js
Amirhossein Mahmoodi 05385a8d2b fixed bug and formatting
2024-10-26 13:47:36 +03:30

8 lines
128 B
JavaScript

import TestPage from "@/components/dashboard/azmayesh";
const Page = () => {
return <TestPage />;
};
export default Page;