fix: router prop name

This commit is contained in:
Yash Joshi 2021-06-04 11:54:18 +05:30
parent 362f264bae
commit b318ba6b2f

View File

@ -47,7 +47,7 @@ const App = () => {
/>
<Route
path={ROUTES.USAGE_EXPLORER}
exactexact
exact
component={UsageExplorer}
/>
<Route