chore: re add home to serve as redirect to default market
This commit is contained in:
@@ -61,6 +61,10 @@ const routerConfig: RouteObject[] = [
|
||||
path: '/',
|
||||
element: <Layout />,
|
||||
children: [
|
||||
{
|
||||
index: true,
|
||||
element: <LazyHome />,
|
||||
},
|
||||
{
|
||||
path: 'markets',
|
||||
element: <Outlet />,
|
||||
|
||||
Reference in New Issue
Block a user