Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
crisnicandrei committed Jun 13, 2023
1 parent 4ee9a12 commit 08444a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/core/core.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ import { ConfirmGiftDialogComponent } from './components/confirm-gift-dialog/con
PublicSettingsComponent,
ArchiveTypeChangeDialogComponent,
GiftStorageComponent,
ConfirmGiftDialogComponent
ConfirmGiftDialogComponent,
],
providers: [
DataService,
Expand Down Expand Up @@ -177,9 +177,9 @@ export class CoreModule {
component: ArchiveTypeChangeDialogComponent,
},
{
token:'ConfirmGiftDialogComponent',
component: ConfirmGiftDialogComponent
}
token: 'ConfirmGiftDialogComponent',
component: ConfirmGiftDialogComponent,
},
];

constructor(
Expand Down

0 comments on commit 08444a5

Please sign in to comment.