feat: Update routing and submenu links for Grid_Dashboard; modify Welcome component text and Appshell styles

This commit is contained in:
2025-05-09 00:22:47 +02:00
parent 8d35da1972
commit 2becc8bc7c
5 changed files with 184 additions and 139 deletions
+3
View File
@@ -17,6 +17,9 @@ const router = createBrowserRouter([
path: '/Grid_Dashboard',
element: <Grid_Dashboard />,
},
{
path: '*',
element: <Error_404 />,