Skip to content

Commit ed8ee77

Browse files
committed
Update: import type
1 parent a3ba250 commit ed8ee77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/use/useBreakpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { onBeforeUnmount, ref, inject } from 'vue';
22
import {getMediaConditions, themeDefault} from '@shopify/polaris-tokens';
33
import type { BreakpointsTokenGroup } from '@shopify/polaris-tokens';
4-
import {
4+
import type {
55
BreakpointsDirectionAlias,
66
BreakpointsMatches,
77
BreakpointsContextType

0 commit comments

Comments
 (0)