Skip to content

Commit babe748

Browse files
committed
try this
1 parent c09c9b4 commit babe748

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/cache/src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import { StyleSheet } from '@emotion/sheet'
2-
import { type EmotionCache, type SerializedStyles } from '@emotion/utils'
2+
import type { EmotionCache, SerializedStyles } from '@emotion/utils'
33
import {
44
serialize,
55
compile,
66
middleware,
77
rulesheet,
88
stringify,
9-
COMMENT,
10-
type Element as StylisElement
9+
COMMENT
1110
} from 'stylis'
11+
import type { Element as StylisElement } from 'stylis'
1212
import weakMemoize from '@emotion/weak-memoize'
1313
import memoize from '@emotion/memoize'
1414
import isDevelopment from '#is-development'

0 commit comments

Comments
 (0)