Skip to content

Commit

Permalink
chore: apply changes after linting [tinkoff-bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
tinkoff-bot committed Dec 22, 2022
1 parent ee4ab73 commit bbb7000
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,8 @@ import {TuiEditorFilledGroupExample1} from './examples/1';
ReactiveFormsModule,
TuiEditorModule,
TuiEditorSocketModule,
RouterModule.forChild(
tuiGenerateRoutes(ExampleTuiEditorFilledGroupsComponent),
),
],
declarations: [
TuiEditorFilledGroupExample1,
ExampleTuiEditorFilledGroupsComponent,
RouterModule.forChild(tuiGenerateRoutes(ExampleTuiEditorFilledGroupsComponent)),
],
declarations: [TuiEditorFilledGroupExample1, ExampleTuiEditorFilledGroupsComponent],
})
export class ExampleTuiEditorFilledGroupsModule {}

0 comments on commit bbb7000

Please sign in to comment.