Feature/change any file
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import TestPage from "@/components/dashboard/carDetails";
|
||||
import WithPermission from "@/core/middlewares/withPermission";
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
<WithPermission permission_name={[""]}>
|
||||
<TestPage />
|
||||
</WithPermission>
|
||||
);
|
||||
};
|
||||
|
||||
export default Page;
|
||||
Reference in New Issue
Block a user