Skip to content

Commit

Permalink
fixed case sensitive typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Slind14 authored Aug 18, 2017
1 parent 30cf8cd commit c3441c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit c3441c8

Please sign in to comment.