Update route-config.ts (#215)
Fixed error "`path` must be provided in every route object" in console
This commit is contained in:
parent
dcb18c5488
commit
19e1b70a12
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ export const routes: RoutesFn = (t: TFunction) => [
|
|||
access: "anyone",
|
||||
},
|
||||
{
|
||||
path: "",
|
||||
path: "*",
|
||||
component: PageNotFoundSection,
|
||||
breadcrumb: "",
|
||||
access: "anyone",
|
||||
|
|
Loading…
Reference in a new issue