Update route-config.ts (#215)

Fixed error "`path` must be provided in every route object" in console
This commit is contained in:
Mounika Kella 2020-11-13 00:29:23 +05:30 committed by GitHub
parent dcb18c5488
commit 19e1b70a12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,7 +158,7 @@ export const routes: RoutesFn = (t: TFunction) => [
access: "anyone",
},
{
path: "",
path: "*",
component: PageNotFoundSection,
breadcrumb: "",
access: "anyone",