fix(ui): rename file
This commit is contained in:
parent
6b34630fa1
commit
a7d032bb29
2 changed files with 2 additions and 1 deletions
|
|
@ -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' ]),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue