Skip to content

Commit e42a9c0

Browse files
committed
fixed linting errors
1 parent 4e68521 commit e42a9c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/web-components/src/tooltip/tooltip.styles.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { css, ElementStyles } from '@microsoft/fast-element';
22
import {
3+
AnchoredRegion,
34
ElementDefinitionContext,
45
forcedColorsStylesheetBehavior,
5-
FoundationElementDefinition,
6-
AnchoredRegion
6+
FoundationElementDefinition
77
} from '@microsoft/fast-foundation';
88
import { elevationShadowTooltip } from '../styles/index';
99
import {

0 commit comments

Comments
 (0)