This commit is contained in:
Malai Raja
2023-12-01 10:32:28 +05:30
parent b3371d3bc0
commit 2aab086a66
16 changed files with 152 additions and 52 deletions

View File

@@ -32,10 +32,10 @@ const MainRoutes = {
// </AuthGuard>
),
children: [
{
path: 'sample-page',
element: <SamplePage />
},
// {
// path: 'sample-page',
// element: <SamplePage />
// },
{
path: 'dashboard',
element: <Dashboard />
@@ -43,6 +43,7 @@ const MainRoutes = {
]
},
{
path:'/login',
element:<Login />