fix: add the missing import for the checkbox component (#28440)

This commit is contained in:
ZeroToOne 2020-12-28 18:30:05 +08:00 committed by GitHub
parent 2523e096c8
commit 5beef32c2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
import * as React from 'react';
import InternalCheckbox, { CheckboxProps } from './Checkbox';
import Group from './Group';