mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix(webapp): AccountActivateAlert import (#322)
This commit is contained in:
@@ -8,7 +8,7 @@ const AccountInactivateAlert = React.lazy(
|
|||||||
() => import('@/containers/Alerts/Accounts/AccountInactivateAlert'),
|
() => import('@/containers/Alerts/Accounts/AccountInactivateAlert'),
|
||||||
);
|
);
|
||||||
const AccountActivateAlert = React.lazy(
|
const AccountActivateAlert = React.lazy(
|
||||||
() => import('@/containers/Alerts/Accounts/AccountDeleteAlert'),
|
() => import('@/containers/Alerts/Accounts/AccountActivateAlert'),
|
||||||
);
|
);
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
|
|||||||
Reference in New Issue
Block a user