[ch11577] | Kaushik | Add default path as Dashboard component

This commit is contained in:
Kaushik Chandrashekar
2020-05-27 17:44:44 +05:30
parent 9db3450cf0
commit 9c33db6c8b

View File

@@ -24,6 +24,9 @@ function App() {
<p>Healthy</p>
</Route>
<Security {...config}>
<Route path="/" exact>
<Dashboard/>
</Route>
<Route path="/dashboard" exact>
<Dashboard/>
</Route>