mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +00:00
router.js file renamed
This commit is contained in:
parent
863abf5b16
commit
e008a6e4ff
3 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
import Router from './router';
|
import Router from './Router';
|
||||||
|
|
||||||
export default Router;
|
export default Router;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import Popup from './Popup';
|
||||||
import NavBar from './NavBar';
|
import NavBar from './NavBar';
|
||||||
import Modal from './Modal';
|
import Modal from './Modal';
|
||||||
import MetadataItem from './MetadataItem';
|
import MetadataItem from './MetadataItem';
|
||||||
import Router from './router';
|
import Router from './Router';
|
||||||
|
|
||||||
export {
|
export {
|
||||||
Checkbox,
|
Checkbox,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue