mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
checkbox component dir and file names fixed by convention
This commit is contained in:
parent
c1c1d9d75a
commit
f1c744ff16
5 changed files with 4 additions and 4 deletions
3
src/common/Checkbox/index.js
Normal file
3
src/common/Checkbox/index.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import Checkbox from './Checkbox';
|
||||
|
||||
export default Checkbox;
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
import Checkbox from './checkbox';
|
||||
|
||||
export default Checkbox;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
import Checkbox from './checkbox';
|
||||
import Checkbox from './Checkbox';
|
||||
import PopupMenu from './PopupMenu';
|
||||
|
||||
export {
|
||||
|
|
|
|||
Loading…
Reference in a new issue