Skip to content

Commit

Permalink
feat: update route manager
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed Nov 29, 2023
1 parent 694e488 commit 7de7812
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@lomray/consistent-suspense": "^1.3.1",
"@lomray/react-head-manager": "^1.1.1",
"@lomray/react-mobx-manager": "^2.1.0",
"@lomray/react-route-manager": "^1.1.0",
"@lomray/react-route-manager": "^1.2.1",
"@lomray/vite-ssr-boost": "^1.1.0",
"axios": "^1.6.2",
"classnames": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const routes: TRouteObject[] = [
Component: AppLayout,
children: [
{
path: RouteManager.path('home'),
index: true,
lazy: () => import('@pages/home'),
},
{
Expand Down

0 comments on commit 7de7812

Please sign in to comment.