fix: improve messaging on dashboard

This commit is contained in:
Lakhan Samani
2022-02-05 09:15:36 +05:30
parent f07fb50eff
commit c09ca3b810
3 changed files with 17 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ export const AppRoutes = () => {
</DashboardLayout>
}
>
<Route path="/" element={<Home />} />
<Route path="/" element={<Environment />} />
<Route path="users" element={<Users />} />
<Route path="environment" element={<Environment />} />
<Route path="*" element={<Home />} />