Skip to content

Commit b8ec113

Browse files
committed
fix
1 parent f0ff02e commit b8ec113

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from 'react';
22
import classNames from 'classnames';
3-
import useMergedState from 'rc-util/lib/hooks/useMergedState';
4-
import KeyCode from 'rc-util/lib/KeyCode';
3+
import useMergedState from '@rc-component/util/lib/hooks/useMergedState';
4+
import KeyCode from '@rc-component/util/lib/KeyCode';
55

66
export type SwitchChangeEventHandler = (
77
checked: boolean,

tests/index.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import KeyCode from 'rc-util/lib/KeyCode';
2+
import KeyCode from '@rc-component/util/lib/KeyCode';
33
import { mount } from 'enzyme';
44
import Switch from '..';
55

0 commit comments

Comments
 (0)