Commit be78bdc7 authored by Sakthivel G's avatar Sakthivel G
Browse files

feat: add dashboard components - WIP

Showing with 2 additions and 2 deletions
+2 -2
......@@ -16,7 +16,7 @@ import {
InspectionSummary,
InspectionComplete,
ViewConsentApplications,
Landing
Landing,
} from "./pages";
// import ReviewerApplications from "./pages/Reviewer/ReviewerApplications";
import { Manage } from "./pages/Reviewer/manage";
......@@ -54,7 +54,7 @@ const Router = (props) => (
path="/inspector/:id/:applicationId"
component={ViewApplications}
/>
<PrivateRoute
<PrivateRoute
exact
path="/assisting-inspector/:id/:applicationId"
component={ViewConsentApplications}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment