Skip to content

Commit

Permalink
fixed ionCheckBox case sensitive typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Slind14 authored Aug 18, 2017
1 parent c3441c8 commit b44477f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import IonBody from './components/ionBody';
import IonButton from './components/ionButton';
import IonCard from './components/ionCard';
import IonContent from './components/ionContent';
import IonCheckbox from './components/ionCheckBox';
import IonCheckBox from './components/ionCheckBox';
import IonFooterBar from './components/ionFooterBar';
import IonHeaderBar from './components/ionHeaderBar';
import IonIcon from './components/ionIcon';
Expand Down Expand Up @@ -44,7 +44,7 @@ module.exports = {
IonButton: IonButton,
IonCard: IonCard,
IonContent: IonContent,
IonCheckbox: IonCheckbox,
IonCheckBox: IonCheckBox,
IonFooterBar: IonFooterBar,
IonHeaderBar: IonHeaderBar,
IonIcon: IonIcon,
Expand Down

0 comments on commit b44477f

Please sign in to comment.