Skip to content

Commit

Permalink
Merge pull request #482 from deepaksslibra/develop
Browse files Browse the repository at this point in the history
minor
  • Loading branch information
evereq authored Apr 29, 2019
2 parents 7ac0bac + c6b4f70 commit 52acbd6
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 52acbd6

Please sign in to comment.