Move videojs sass file

Looking at a few other files hoping to understand the convention for components, I moved the videojs.scss file to where all CSS related files appear to be in the project.
This commit is contained in:
DispatchCommit 2021-03-04 19:11:15 -08:00 committed by Sean Yesmunt
parent 6eebf8ff46
commit 9be8a3036c
3 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,6 @@ import FileViewerEmbeddedEnded from 'web/component/fileViewerEmbeddedEnded';
import FileViewerEmbeddedTitle from 'component/fileViewerEmbeddedTitle';
import LoadingScreen from 'component/common/loading-screen';
import { addTheaterModeButton } from './internal/theater-mode';
import './videojs.scss';
const PLAY_TIMEOUT_ERROR = 'play_timeout_error';
const PLAY_TIMEOUT_LIMIT = 2000;

View file

@ -55,6 +55,7 @@
@import 'component/tabs';
@import 'component/tooltip';
@import 'component/txo-list';
@import 'component/videojs';
@import 'component/tags';
@import 'component/wunderbar';
@import 'component/yrbl';