Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
deecoded committed Apr 29, 2019
1 parent 7ac0bac commit c6b4f70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ stories.addDecorator(
ConfirmationModalModule,
BrowserAnimationsModule,
ToasterModule.forRoot(),
I18nModule,
RouterModule.forChild(routes),
NbAuthModule,
ApolloModule,
Expand All @@ -65,7 +64,8 @@ stories.addDecorator(
NbSpinnerModule,
FormsModule,
LocaleModule,
HttpClientModule
HttpClientModule,
I18nModule
],
providers: [
DeviceService,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ stories.addDecorator(
ConfirmationModalModule,
BrowserAnimationsModule,
ToasterModule.forRoot(),
I18nModule,
RouterModule.forChild(routes),
NbAuthModule,
ApolloModule,
Expand All @@ -73,7 +72,8 @@ stories.addDecorator(
FormsModule,
ProductCategoriesFormsModule,
LocaleModule,
HttpClientModule
HttpClientModule,
I18nModule
],
providers: [
DeviceService,
Expand Down

0 comments on commit c6b4f70

Please sign in to comment.