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 github-actions[bot] committed Oct 8, 2024
1 parent 457c435 commit a440e21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import {type BooleanInput, coerceBooleanProperty} from '@angular/cdk/coercion';
import {Directive, forwardRef, inject, Input, type OnChanges} from '@angular/core';
import type {BooleanInput} from '@angular/cdk/coercion';
import {coerceBooleanProperty} from '@angular/cdk/coercion';
import type {OnChanges} from '@angular/core';
import {Directive, forwardRef, inject, Input} from '@angular/core';
import type {TuiComparator} from '@taiga-ui/addon-table/types';

import {TuiTableTh} from '../th/th.component';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,19 @@ function getAge({dob}: User): number {
NgIf,
ReactiveFormsModule,
TuiButton,
TuiCheckbox,
TuiChevron,
TuiDropdown,
TuiInputModule,
TuiInputNumberModule,
TuiLabel,
TuiLet,
TuiLoader,
TuiNumberFormat,
TuiReorder,
TuiTable,
TuiTablePagination,
TuiTextfieldControllerModule,
TuiNumberFormat,
TuiLabel,
TuiCheckbox,
],
templateUrl: './index.html',
styleUrls: ['./index.less'],
Expand Down

0 comments on commit a440e21

Please sign in to comment.