Skip to content

Commit

Permalink
refactor(demo): removed useless TuiIconModule
Browse files Browse the repository at this point in the history
  • Loading branch information
KrollikRoddzer committed Mar 11, 2024
1 parent c4a5042 commit 669adc1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import {Component} from '@angular/core';
import {changeDetection} from '@demo/emulate/change-detection';
import {encapsulation} from '@demo/emulate/encapsulation';
import {TuiIconModule} from '@taiga-ui/experimental';
import {TuiBadgeDirective, TuiFadeDirective} from '@taiga-ui/kit';

@Component({
standalone: true,
selector: 'tui-badge-example-4',
imports: [TuiBadgeDirective, TuiIconModule, TuiFadeDirective],
imports: [TuiBadgeDirective, TuiFadeDirective],
templateUrl: './index.html',
styleUrls: ['./index.less'],
encapsulation,
Expand Down

0 comments on commit 669adc1

Please sign in to comment.