checkbox component dir and file names fixed by convention

This commit is contained in:
NikolaBorislavovHristov 2018-06-13 15:26:36 +03:00
parent c1c1d9d75a
commit f1c744ff16
5 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,3 @@
import Checkbox from './Checkbox';
export default Checkbox;

View file

@ -1,3 +0,0 @@
import Checkbox from './checkbox';
export default Checkbox;

View file

@ -1,4 +1,4 @@
import Checkbox from './checkbox';
import Checkbox from './Checkbox';
import PopupMenu from './PopupMenu';
export {