Skip to content

Commit

Permalink
fix typo in CheckBox component
Browse files Browse the repository at this point in the history
  • Loading branch information
elviosak committed Sep 14, 2019
1 parent 711faec commit c44aa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CheckBox/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { NodeWidget } from "@nodegui/nodegui";
import { Fiber } from "react-reconciler";
import { registerComponent, ComponentConfig } from "../config";
import { RNCheckBox, setProps, CheckBoxProps } from "./RNCheckbox";
import { RNCheckBox, setProps, CheckBoxProps } from "./RNCheckBox";

class CheckBoxConfig extends ComponentConfig {
tagName = RNCheckBox.tagName;
Expand Down

0 comments on commit c44aa81

Please sign in to comment.