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 Jan 18, 2025
1 parent 9bb70fd commit 222c25d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {TuiAccordion} from '@taiga-ui/experimental';

@Component({
standalone: true,
imports: [TuiAccordion, NgForOf, KeyValuePipe],
imports: [KeyValuePipe, NgForOf, TuiAccordion],
templateUrl: './index.html',
encapsulation,
changeDetection,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import type {AfterViewInit, QueryList} from '@angular/core';
import {
type AfterViewInit,
ChangeDetectionStrategy,
Component,
ContentChildren,
DestroyRef,
inject,
Input,
type QueryList,
signal,
ViewEncapsulation,
} from '@angular/core';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
signal,
TemplateRef,
} from '@angular/core';
import {tuiInjectElement} from '@taiga-ui/cdk';
import {TuiItem} from '@taiga-ui/cdk/directives/item';
import {tuiInjectElement} from '@taiga-ui/cdk/utils/dom';

@Component({
standalone: true,
Expand Down

0 comments on commit 222c25d

Please sign in to comment.