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 taiga-family-bot committed Jun 18, 2024
1 parent f9fc6ed commit d564590
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ import {TuiInputModule, TuiTextfieldControllerModule} from '@taiga-ui/legacy';

@Component({
standalone: true,
imports: [TuiInputModule, TuiTextfield, TuiTextfieldControllerModule, TuiTooltip, TuiIcon],
imports: [
TuiInputModule,
TuiTextfield,
TuiTextfieldControllerModule,
TuiTooltip,
TuiIcon,
],
templateUrl: './index.html',
styleUrls: ['./index.less'],
encapsulation,
Expand Down
7 changes: 1 addition & 6 deletions projects/legacy/components/input-tag/input-tag.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ import {CommonModule} from '@angular/common';
import {NgModule} from '@angular/core';
import {FormsModule} from '@angular/forms';
import {TuiHoveredDirective, TuiScrollService} from '@taiga-ui/cdk';
import {
TuiAppearance,
TuiDropdownModule,
TuiIcon,
TuiScrollbar,
} from '@taiga-ui/core';
import {TuiAppearance, TuiDropdownModule, TuiIcon, TuiScrollbar} from '@taiga-ui/core';
import {TuiTagModule} from '@taiga-ui/legacy/components/tag';
import {TuiTooltip} from '@taiga-ui/legacy/components/tooltip';
import {
Expand Down

0 comments on commit d564590

Please sign in to comment.