Skip to content

Commit

Permalink
update route import
Browse files Browse the repository at this point in the history
  • Loading branch information
matbusby committed Dec 8, 2023
1 parent c0ed27f commit 3bf1610
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,18 @@ exports[`PrivateRoutes renders properly 1`] = `
}
path="/mine/:mineGuid/explosives-permits/:explosivesPermitGuid"
/>
<Route
component={
Object {
"$$typeof": Symbol(react.memo),
"WrappedComponent": [Function],
"compare": null,
"displayName": "Connect(authenticationGuard)",
"type": [Function],
}
}
path="/mines/:mineGuid/reports/getting-started"
/>
<Route
render={[Function]}
/>
Expand Down

0 comments on commit 3bf1610

Please sign in to comment.