Move "About" outside "Settings" in regard to routing
Is already not part of the settings anymore, however, the route was never updated
This commit is contained in:
@@ -25,14 +25,14 @@ export const AppRoutes = {
|
||||
matchAll: {
|
||||
match: '*',
|
||||
},
|
||||
about: {
|
||||
match: 'about',
|
||||
path: '/about',
|
||||
},
|
||||
settings: {
|
||||
path: '/settings',
|
||||
match: 'settings',
|
||||
childRoutes: {
|
||||
about: {
|
||||
match: 'about',
|
||||
path: '/settings/about',
|
||||
},
|
||||
categories: {
|
||||
match: 'categories',
|
||||
path: '/settings/categories',
|
||||
|
||||
Reference in New Issue
Block a user