Skip to content

Commit

Permalink
chore: apply changes after linting [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and splincode committed Jun 20, 2024
1 parent 70341e8 commit daff297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ import {TuiCheckbox} from '@taiga-ui/kit';

@Component({
standalone: true,
imports: [
NgForOf,
FormsModule,
ReactiveFormsModule,
TuiCheckbox,
TuiPlatform,
],
imports: [NgForOf, FormsModule, ReactiveFormsModule, TuiCheckbox, TuiPlatform],
templateUrl: './index.html',
styleUrls: ['./index.less'],
encapsulation,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,7 @@ function flatten(item: TreeNode): readonly TreeNode[] {

@Component({
standalone: true,
imports: [
TuiTree,
NgForOf,
TuiCheckbox,
TuiLabel,
FormsModule,
TuiMapperPipe,
],
imports: [TuiTree, NgForOf, TuiCheckbox, TuiLabel, FormsModule, TuiMapperPipe],
templateUrl: './index.html',
encapsulation,
changeDetection,
Expand Down

0 comments on commit daff297

Please sign in to comment.