diff options
| author | Sebastian <sebasjm@gmail.com> | 2023-09-19 00:39:00 -0300 |
|---|---|---|
| committer | Sebastian <sebasjm@gmail.com> | 2023-09-19 00:39:00 -0300 |
| commit | 0388d31d364139d0a3999126b06d8ac850117ab9 (patch) | |
| tree | 8fcb0c248c689b70b1e583d0f35d267f8ca5b02f /packages/demobank-ui/src/pages/BusinessAccount.tsx | |
| parent | 40d2aa0c11e61ea45005c4c212c6ab686162b4b0 (diff) | |
account page
Diffstat (limited to 'packages/demobank-ui/src/pages/BusinessAccount.tsx')
| -rw-r--r-- | packages/demobank-ui/src/pages/BusinessAccount.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/demobank-ui/src/pages/BusinessAccount.tsx b/packages/demobank-ui/src/pages/BusinessAccount.tsx index d9aa8fa36..2faf83a1c 100644 --- a/packages/demobank-ui/src/pages/BusinessAccount.tsx +++ b/packages/demobank-ui/src/pages/BusinessAccount.tsx @@ -44,7 +44,7 @@ import { import { ShowAccountDetails, UpdateAccountPassword } from "./AdminPage.js"; import { ErrorBannerFloat } from "./BankFrame.js"; import { LoginForm } from "./LoginForm.js"; -import { ShowInputErrorLabel } from "./ShowInputErrorLabel.js"; +import { ShowInputErrorLabel } from "../components/ShowInputErrorLabel.js"; import { handleNotOkResult } from "./HomePage.js"; import { ErrorMessage, notifyInfo } from "../hooks/notification.js"; import { Amount } from "./WalletWithdrawForm.js"; |
