Skip to content

Commit

Permalink
fix: fix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ulates-sap committed Nov 25, 2024
1 parent c201fe5 commit 9e957fb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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],
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 9e957fb

Please sign in to comment.