Skip to content

Commit a690ee9

Browse files
authored
Merge pull request #34 from slidinghotdog/patch-1
fix typo in CheckBox component
2 parents 711faec + c44aa81 commit a690ee9

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)