Skip to content
5 changes: 5 additions & 0 deletions client/containers/App/paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
DashboardEdges,
DashboardFacets,
DashboardImpact,
DashboardImpact2,
DashboardMembers,
DashboardPage,
DashboardPages,
Expand Down Expand Up @@ -84,6 +85,10 @@ export default (viewData, locationData, chunkName) => {
ActiveComponent: DashboardImpact,
isDashboard: true,
},
DashboardImpact2: {
ActiveComponent: DashboardImpact2,
isDashboard: true,
},
DashboardMembers: {
ActiveComponent: DashboardMembers,
isDashboard: true,
Expand Down
Loading
Loading