mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add rules to settings list
This commit is contained in:
parent
7e05f81ec0
commit
40edeb3d16
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ export const SETTINGS_SECTION_1 = [
|
|||
]
|
||||
|
||||
export const SETTINGS_SECTION_2 = [
|
||||
{ name: 'Rules', destination: '/settings/rules' },
|
||||
{ name: 'Integrations', destination: '/settings/integrations' },
|
||||
{ name: 'Install', destination: '/settings/installation' },
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue