Skip to content

Commit c44aa81

Browse files
authored
fix typo in CheckBox component
1 parent 711faec commit c44aa81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CheckBox/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { NodeWidget } from "@nodegui/nodegui";
22
import { Fiber } from "react-reconciler";
33
import { registerComponent, ComponentConfig } from "../config";
4-
import { RNCheckBox, setProps, CheckBoxProps } from "./RNCheckbox";
4+
import { RNCheckBox, setProps, CheckBoxProps } from "./RNCheckBox";
55

66
class CheckBoxConfig extends ComponentConfig {
77
tagName = RNCheckBox.tagName;

0 commit comments

Comments
 (0)