diff --git a/client/src/pages/manage-root/manage-root.page.component.jsx b/client/src/pages/manage-root/manage-root.page.component.jsx index f6c88d2d8..1d15268f2 100644 --- a/client/src/pages/manage-root/manage-root.page.component.jsx +++ b/client/src/pages/manage-root/manage-root.page.component.jsx @@ -1,11 +1,14 @@ import React from "react"; -import DashboardGridComponent from "../../components/dashboard-grid/dashboard-grid.component"; - +//import DashboardGridComponent from "../../components/dashboard-grid/dashboard-grid.component"; +import { Redirect } from "react-router-dom"; export default function ManageRootPageComponent() { //const client = useApolloClient(); - return ( -
- -
- ); + + return ; + + // return ( + //
+ // + //
+ // ); }