Added dashboard framework. Components are not yet created nor is the query finalized. BOD-79
Missed in previous commit. BOD-79
This commit is contained in:
@@ -20,6 +20,7 @@ import PrintCenterModalContainer from "../../components/print-center-modal/print
|
||||
import { QUERY_STRIPE_ID } from "../../graphql/bodyshop.queries";
|
||||
import { selectInstanceConflict } from "../../redux/user/user.selectors";
|
||||
import "./manage.page.styles.scss";
|
||||
import TestComponent from "../../components/_test/test.component";
|
||||
|
||||
const ManageRootPage = lazy(() =>
|
||||
import("../manage-root/manage-root.page.container")
|
||||
@@ -167,6 +168,11 @@ export function Manage({ match, conflict }) {
|
||||
<PaymentModalContainer />
|
||||
</Elements>
|
||||
<Route exact path={`${match.path}`} component={ManageRootPage} />
|
||||
<Route
|
||||
exact
|
||||
path={`${match.path}/ttt`}
|
||||
component={TestComponent}
|
||||
/>
|
||||
<Route exact path={`${match.path}/jobs`} component={JobsPage} />
|
||||
<Switch>
|
||||
<Route
|
||||
|
||||
Reference in New Issue
Block a user