Feature/amiriis parakandegi

This commit is contained in:
AmirHossein Mahmoodi
2025-02-11 09:56:58 +00:00
parent 47f5bd226d
commit d3a301c22d
31 changed files with 970 additions and 75 deletions

View File

@@ -0,0 +1,6 @@
import RoadItemsReportMap from "@/components/dashboard/roadItems/reports/Map";
const Page = () => {
return <RoadItemsReportMap />;
};
export default Page;