mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
fix: add the missing import for the checkbox component (#28440)
This commit is contained in:
parent
2523e096c8
commit
5beef32c2f
@ -1,3 +1,4 @@
|
||||
import * as React from 'react';
|
||||
import InternalCheckbox, { CheckboxProps } from './Checkbox';
|
||||
import Group from './Group';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user