Skip to content

Commit a4dd0e7

Browse files
committed
🔧 [core/li] fix type import address error
1 parent 55c7a4a commit a4dd0e7

File tree

1 file changed

+1
-1
lines changed
  • core/components/base/checkbox

1 file changed

+1
-1
lines changed

core/components/base/checkbox/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* 江湖的业务千篇一律,复杂的代码好几百行。
88
*/
9-
import { MCOPO, MPropType } from '../../../../lib/components/types/props';
9+
import { MCOPO, MPropType } from '../../types/props';
1010
import { CheckboxGroupProps, CheckboxProps } from './props';
1111

1212
export const props: MCOPO<CheckboxProps> = {

0 commit comments

Comments
 (0)