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 6bdc874 commit e61bb94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ import {TuiCarouselComponent, TuiPaginationModule} from '@taiga-ui/kit';

@Component({
standalone: true,
imports: [
NgFor,
TuiCarouselComponent,
TuiPaginationModule,
TuiButton,
TuiItem,
],
imports: [NgFor, TuiCarouselComponent, TuiPaginationModule, TuiButton, TuiItem],
templateUrl: './index.html',
styleUrls: ['./index.less'],
encapsulation,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ import {TuiChip, TuiItemsWithMoreComponent, TuiMoreDirective} from '@taiga-ui/ki

@Component({
standalone: true,
imports: [
TuiItemsWithMoreComponent,
TuiChip,
TuiItem,
TuiMoreDirective,
NgForOf,
],
imports: [TuiItemsWithMoreComponent, TuiChip, TuiItem, TuiMoreDirective, NgForOf],
templateUrl: './index.html',
encapsulation,
changeDetection,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@ const ITEMS = [
describe('Breadcrumbs Wrapper', () => {
@Component({
standalone: true,
imports: [
TuiBreadcrumbsComponent,
NgFor,
TuiItem,
TuiLink,
RouterTestingModule,
],
imports: [TuiBreadcrumbsComponent, NgFor, TuiItem, TuiLink, RouterTestingModule],
template: `
<tui-breadcrumbs
automation-id="tui-breadcrumbs-wrapper__component"
Expand Down

0 comments on commit e61bb94

Please sign in to comment.