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 Dec 19, 2024
1 parent f554b65 commit ca36f05
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import {FormControl, ReactiveFormsModule} from '@angular/forms';
import {TuiDocControl} from '@demo/components/control';
import {changeDetection} from '@demo/emulate/change-detection';
import {TuiDemo} from '@demo/utils';
import type {TuiCard, TuiCardInputs} from '@taiga-ui/addon-commerce';
import {
TUI_INPUT_CARD_GROUP_OPTIONS,
type TuiCard,
type TuiCardInputs,
TuiInputCardGroup,
TuiThumbnailCard,
} from '@taiga-ui/addon-commerce';
import {TuiInputCardGroup, TuiThumbnailCard} from '@taiga-ui/addon-commerce';
import {tuiIsString} from '@taiga-ui/cdk';
import type {PolymorpheusContent} from '@taiga-ui/polymorpheus';

Expand All @@ -17,9 +17,9 @@ import type {PolymorpheusContent} from '@taiga-ui/polymorpheus';
imports: [
ReactiveFormsModule,
TuiDemo,
TuiDocControl,
TuiInputCardGroup,
TuiThumbnailCard,
TuiDocControl,
],
templateUrl: './index.html',
styleUrls: ['./index.less'],
Expand Down

0 comments on commit ca36f05

Please sign in to comment.