diff --git a/src/components/player/Player.jsx b/src/components/player/Player.jsx index c8caa16..cb0501f 100644 --- a/src/components/player/Player.jsx +++ b/src/components/player/Player.jsx @@ -10,6 +10,8 @@ import CheapGlkOte from 'cheap-glkote' import TextBuffer from './TextBuffer' import InputBox from './InputBox' +import './player.css' + const INITIAL_STATUS = { stage: 'loading', details: 'Preparing...' @@ -104,7 +106,7 @@ export default function ({ vmParts: { file, engine } }) { return status.stage !== 'ready' ? (