Feature/road safety map
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import RoadSafetyReportMap from "@/components/dashboard/roadSafety/reports/map";
|
||||
export const metadata = {
|
||||
title: "پراکندگی بر روی نقشه نگهداری حریم",
|
||||
};
|
||||
|
||||
const Page = () => {
|
||||
return <RoadSafetyReportMap />;
|
||||
};
|
||||
export default Page;
|
||||
@@ -1,4 +1,4 @@
|
||||
import ReportPage from "@/components/dashboard/roadSafety/report";
|
||||
import ReportPage from "@/components/dashboard/roadSafety/reports/reportPage";
|
||||
import WithPermission from "@/core/middlewares/withPermission";
|
||||
export const metadata = {
|
||||
title: "کارتابل گزارش نگهداری حریم",
|
||||
Reference in New Issue
Block a user