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:
Lakshay saini
2023-12-14 19:26:49 +05:30
committed by GitHub
parent 73e03dd0c4
commit 45deb468cc
4 changed files with 52 additions and 0 deletions

View File

@ -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',