diff --git a/feature-libs/order/components/amend-order/amend-order-actions/amend-order-actions.module.ts b/feature-libs/order/components/amend-order/amend-order-actions/amend-order-actions.module.ts index bd7473ee7c3..51f1ee7827e 100644 --- a/feature-libs/order/components/amend-order/amend-order-actions/amend-order-actions.module.ts +++ b/feature-libs/order/components/amend-order/amend-order-actions/amend-order-actions.module.ts @@ -12,7 +12,13 @@ import { AmendOrderActionsComponent } from './amend-order-actions.component'; import { BtnLikeLinkModule } from '@spartacus/storefront'; @NgModule({ - imports: [CommonModule, RouterModule, UrlModule, I18nModule, BtnLikeLinkModule], + imports: [ + CommonModule, + RouterModule, + UrlModule, + I18nModule, + BtnLikeLinkModule, + ], declarations: [AmendOrderActionsComponent], exports: [AmendOrderActionsComponent], }) diff --git a/feature-libs/organization/order-approval/components/details/order-approval-details.module.ts b/feature-libs/organization/order-approval/components/details/order-approval-details.module.ts index f31a5e7506f..eff3cee80ab 100644 --- a/feature-libs/organization/order-approval/components/details/order-approval-details.module.ts +++ b/feature-libs/organization/order-approval/components/details/order-approval-details.module.ts @@ -22,7 +22,11 @@ import { OrderDetailsService, OrderOverviewComponent, } from '@spartacus/order/components'; -import { BtnLikeLinkModule, FormErrorsModule, SpinnerModule } from '@spartacus/storefront'; +import { + BtnLikeLinkModule, + FormErrorsModule, + SpinnerModule, +} from '@spartacus/storefront'; import { ApproverGuard } from '../../core/guards/approver.guard'; import { OrderApprovalDetailFormComponent } from './order-approval-detail-form/order-approval-detail-form.component'; import { OrderApprovalDetailService } from './order-approval-detail.service'; diff --git a/feature-libs/user/profile/components/forgot-password/forgot-password.module.ts b/feature-libs/user/profile/components/forgot-password/forgot-password.module.ts index 678a71f8115..559cf0e58e2 100644 --- a/feature-libs/user/profile/components/forgot-password/forgot-password.module.ts +++ b/feature-libs/user/profile/components/forgot-password/forgot-password.module.ts @@ -19,7 +19,11 @@ import { RoutingService, UrlModule, } from '@spartacus/core'; -import { BtnLikeLinkModule, FormErrorsModule, SpinnerModule } from '@spartacus/storefront'; +import { + BtnLikeLinkModule, + FormErrorsModule, + SpinnerModule, +} from '@spartacus/storefront'; import { UserPasswordFacade } from '@spartacus/user/profile/root'; import { ForgotPasswordComponentService } from './forgot-password-component.service'; import { ForgotPasswordComponent } from './forgot-password.component';