Skip to content

Commit 9f18364

Browse files
committed
fixes
1 parent ce3a56d commit 9f18364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/aria/tabs/tab-panel.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
*/
88

99
import {_IdGenerator} from '@angular/cdk/a11y';
10-
import {computed, Directive, ElementRef, inject, input, afterRenderEffect} from '@angular/core';
11-
import {TabPattern, TabPanelPattern, DeferredContentAware} from '../private';
10+
import {Directive, ElementRef, afterRenderEffect, computed, inject, input} from '@angular/core';
11+
import {DeferredContentAware, TabPattern, TabPanelPattern} from '../private';
1212

1313
/**
1414
* A TabPanel container for the resources of layered content associated with a tab.

0 commit comments

Comments
 (0)