Skip to content

Commit e64a92d

Browse files
committed
fix: cycle import
1 parent e41c97e commit e64a92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/UnistylesRuntime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ScreenOrientation, UnistylesError } from '../common'
22
import type { Color, UnistylesBridge, UnistylesPlugin } from '../types'
33
import type { UnistylesThemes } from '../global'
44
import type { UnistyleRegistry } from './UnistyleRegistry'
5-
import { parseColor } from '../utils'
5+
import { parseColor } from '../utils/parseColor'
66

77
/**
88
* Utility to interact with the Unistyles during runtime

0 commit comments

Comments
 (0)