fix(ui): rename file

This commit is contained in:
sylenien 2022-05-23 16:24:31 +02:00 committed by Delirium
parent 6b34630fa1
commit a7d032bb29
2 changed files with 2 additions and 1 deletions

View file

@ -28,9 +28,10 @@ import Fetch from './Fetch';
import Exceptions from './Exceptions/Exceptions';
import LongTasks from './LongTasks';
import Inspector from './Inspector';
import styles from './playerBlock.css';
import SubHeader from './SubHeader';
import styles from './playerBlock.css';
@connect(state => ({
fullscreen: state.getIn([ 'components', 'player', 'fullscreen' ]),
bottomBlock: state.getIn([ 'components', 'player', 'bottomBlock' ]),