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 Oct 8, 2024
1 parent c1b7c88 commit 59fd0c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions projects/addon-doc/components/page/page.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ import {TuiDocPageTabConnector} from './page-tab.directive';
standalone: true,
selector: 'tui-doc-page',
imports: [
KeyValuePipe,
NgForOf,
NgIf,
NgTemplateOutlet,
PolymorpheusOutlet,
RouterLink,
RouterLinkActive,
TuiAutoColorPipe,
Expand All @@ -38,8 +40,6 @@ import {TuiDocPageTabConnector} from './page-tab.directive';
TuiDocSourceCode,
TuiReplacePipe,
TuiTabs,
KeyValuePipe,
PolymorpheusOutlet,
],
templateUrl: './page.template.html',
styleUrls: ['./page.style.less'],
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-doc/components/page/page.providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type {Provider} from '@angular/core';
import {ElementRef} from '@angular/core';
import type {ActivatedRouteSnapshot} from '@angular/router';
import {TUI_DOC_SEE_ALSO} from '@taiga-ui/addon-doc/tokens';
import type {TuiHandler} from '@taiga-ui/cdk';
import type {TuiHandler} from '@taiga-ui/cdk/types';
import {tuiCreateToken} from '@taiga-ui/cdk/utils/miscellaneous';
import type {PolymorpheusContent} from '@taiga-ui/polymorpheus';

Expand Down

0 comments on commit 59fd0c2

Please sign in to comment.