feat:added an empty page with the route: /settings/accounts/new. (#2960)
* feat:added an empty page with the route: /settings/accounts/new. * chore: addressed PR feedback, added Storybook page * fix: lint fixes --------- Co-authored-by: Lakshay saini <lakshay.saini@finmo.net>
This commit is contained in:
@ -2,6 +2,7 @@ export enum SettingsPath {
|
||||
ProfilePage = 'profile',
|
||||
Appearance = 'profile/appearance',
|
||||
Accounts = 'accounts',
|
||||
NewAccount = 'accounts/new',
|
||||
AccountsEmails = 'accounts/emails',
|
||||
Objects = 'objects',
|
||||
ObjectDetail = 'objects/:objectSlug',
|
||||
|
||||
Reference in New Issue
Block a user