chore: reorganize settings code layout
This commit is contained in:
parent
ece304638f
commit
785d5a663f
12 changed files with 27 additions and 23 deletions
|
|
@ -28,8 +28,8 @@ export default [
|
|||
|
||||
...prefix('/settings', [
|
||||
index('routes/settings/overview.tsx'),
|
||||
route('/auth-keys', 'routes/settings/auth-keys.tsx'),
|
||||
route('/restrictions', 'routes/settings/pages/restrictions.tsx'),
|
||||
route('/auth-keys', 'routes/settings/auth-keys/overview.tsx'),
|
||||
route('/restrictions', 'routes/settings/restrictions/overview.tsx'),
|
||||
// route('/local-agent', 'routes/settings/local-agent.tsx'),
|
||||
]),
|
||||
]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue