Resolve #86c2a6cz3 "Feature/road safety "
This commit is contained in:
17
src/app/(withAuth)/dashboard/road-safety/report/page.js
Normal file
17
src/app/(withAuth)/dashboard/road-safety/report/page.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import ReportPage from "@/components/dashboard/roadSafety/report";
|
||||
import WithPermission from "@/core/middlewares/withPermission";
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
<WithPermission
|
||||
permission_name={[
|
||||
"show-safety-and-privacy-operator-cartable",
|
||||
"show-safety-and-privacy-operator-cartable-province",
|
||||
"show-safety-and-privacy-operator-cartable-edarate-shahri",
|
||||
]}
|
||||
>
|
||||
<ReportPage />
|
||||
</WithPermission>
|
||||
);
|
||||
};
|
||||
export default Page;
|
||||
Reference in New Issue
Block a user