mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-23 05:23:03 +00:00
use require in Player component
This commit is contained in:
parent
a8975eed4b
commit
2e994ea14a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
import Player from './Player';
|
const Player = require('./Player');
|
||||||
|
|
||||||
export default Player;
|
module.exports = Player;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue