Skip to content

Commit 466b3a7

Browse files
committed
chore: fix types import
1 parent b5280b6 commit 466b3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/system/src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as CSS from 'csstype'
2-
import { ITheme, Props } from '@xstyled/util'
2+
import type { ITheme, Props } from '@xstyled/util'
33

44
export { ITheme, Props }
55

0 commit comments

Comments
 (0)