Skip to content

Commit

Permalink
refactor(WalletForm) - split file into separate components (#1520)
Browse files Browse the repository at this point in the history
* refactor(WalletForm): move into folder

* refactor(WalletForm): extract loading state

* refactor(WalletForm): extract settings card

* refactor(WalletForm): extract topup card
  • Loading branch information
keellyp committed May 28, 2024
1 parent b9b77e7 commit 972f030
Show file tree
Hide file tree
Showing 8 changed files with 1,010 additions and 932 deletions.
2 changes: 1 addition & 1 deletion src/core/router/ObjectsRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const CreateSubscription = lazyLoad(
() => import(/* webpackChunkName: 'create-subscription' */ '~/pages/CreateSubscription'),
)
const WalletForm = lazyLoad(
() => import(/* webpackChunkName: 'wallet-form' */ '~/pages/WalletForm'),
() => import(/* webpackChunkName: 'wallet-form' */ '~/pages/WalletForm/WalletForm'),
)

// Details
Expand Down
Loading

0 comments on commit 972f030

Please sign in to comment.