Skip to content

Commit

Permalink
chore: remove redundant imports (#7095)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Mar 27, 2024
1 parent 4f0ff7a commit 9facc78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import {TuiRootModule, TuiDialogModule, TuiAlertModule, TuiPushModule} from '@ta
bootstrapApplication(AppComponent, {
providers: [
provideAnimations(),
provideRouter(routes),
provideClientHydration(),
importProvidersFrom(
TuiRootModule,
TuiDialogModule,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import {TuiRootModule} from '@taiga-ui/core';
bootstrapApplication(AppComponent, {
providers: [
provideAnimations(),
provideRouter(routes),
provideClientHydration(),
importProvidersFrom(
TuiRootModule,
// ...
Expand Down

0 comments on commit 9facc78

Please sign in to comment.