30112023
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user