forked from abner/for-legacy-web
Add i18n, use default imports for UI.
This commit is contained in:
@@ -67,7 +67,7 @@ interface Props {
|
||||
onChange: (state: boolean) => void;
|
||||
}
|
||||
|
||||
export function Checkbox(props: Props) {
|
||||
export default function Checkbox(props: Props) {
|
||||
return (
|
||||
<CheckboxBase disabled={props.disabled}>
|
||||
<CheckboxContent>
|
||||
|
||||
Reference in New Issue
Block a user