Resolve #86c24bd8t "Feature/fast react operator "
This commit is contained in:
12
src/app/(withAuth)/dashboard/fast-react/operator/page.js
Normal file
12
src/app/(withAuth)/dashboard/fast-react/operator/page.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import OperatorPage from "@/components/dashboard/fastReact/operator";
|
||||
import WithPermission from "@/core/middlewares/withPermission";
|
||||
const Page = () => {
|
||||
return (
|
||||
<WithPermission permission_name={["show-fast-react-edarate-shahri"]}>
|
||||
<OperatorPage />
|
||||
{/* <ActivityCodeLog activity_code={1137} /> */}
|
||||
</WithPermission>
|
||||
);
|
||||
};
|
||||
|
||||
export default Page;
|
||||
@@ -1,7 +0,0 @@
|
||||
"use client";
|
||||
import PageLoading from "@/core/components/PageLoading";
|
||||
|
||||
const Loading = () => {
|
||||
return <PageLoading />;
|
||||
};
|
||||
export default Loading;
|
||||
Reference in New Issue
Block a user