Skip to content

Commit 414ff4f

Browse files
authored
fixing useColor test (#1594)
1 parent a8373db commit 414ff4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-stately/color/test/useColor.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import {parseColor} from '../src/Color';
1414
import {renderHook} from '@testing-library/react-hooks';
15-
import {useColor} from '../';
15+
import {useColor} from '../src/useColor';
1616

1717
describe('useColor tests', function () {
1818
it('should accept string value', function () {

0 commit comments

Comments
 (0)