Skip to content

Commit

Permalink
address book FeaturesConfigModule import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pio-Bar committed Nov 25, 2024
1 parent a6f5951 commit 5d8ac1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import { defaultSuggestedAddressesDialogLayoutConfig } from './address-form/sugg
AddressFormModule,
SpinnerModule,
I18nModule,
FeaturesConfigModule,
],
declarations: [AddressBookComponent],
exports: [AddressBookComponent],
Expand All @@ -40,7 +41,6 @@ import { defaultSuggestedAddressesDialogLayoutConfig } from './address-form/sugg
}),
provideDefaultConfig(defaultSuggestedAddressesDialogLayoutConfig),
UserAddressService,
FeaturesConfigModule,
],
})
export class AddressBookModule {}

0 comments on commit 5d8ac1a

Please sign in to comment.