Skip to content

Commit 0012862

Browse files
committed
Fix type
1 parent 132e8dd commit 0012862

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/react/src/utils/global-css.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import type { DevupThemeSelectorProps } from 'dist/types/props/selector'
2-
31
import type { DevupCommonProps } from '../types/props'
2+
import type { DevupThemeSelectorProps } from '../types/props/selector'
43
import type { DevupSelectorProps } from '../types/props/selector'
54

65
type GlobalCssProps = {

0 commit comments

Comments
 (0)