Skip to content

Commit

Permalink
fix: cycle import
Browse files Browse the repository at this point in the history
  • Loading branch information
jpudysz committed Jul 20, 2024
1 parent e41c97e commit e64a92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/UnistylesRuntime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ScreenOrientation, UnistylesError } from '../common'
import type { Color, UnistylesBridge, UnistylesPlugin } from '../types'
import type { UnistylesThemes } from '../global'
import type { UnistyleRegistry } from './UnistyleRegistry'
import { parseColor } from '../utils'
import { parseColor } from '../utils/parseColor'

/**
* Utility to interact with the Unistyles during runtime
Expand Down

0 comments on commit e64a92d

Please sign in to comment.