Skip to content

Commit

Permalink
chore: fix import type
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed Mar 6, 2024
1 parent b92b143 commit 223470f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {Component} from '@angular/core';
import {changeDetection} from '@demo/emulate/change-detection';
import {type TuiDocExample, type TuiRawLoaderContent} from '@taiga-ui/addon-doc';
import type {TuiDocExample, TuiRawLoaderContent} from '@taiga-ui/addon-doc';

@Component({
selector: 'example-sensitive',
Expand Down

0 comments on commit 223470f

Please sign in to comment.