mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
refactored playerbar component
This commit is contained in:
parent
6ca4c514bf
commit
df217b41f7
9 changed files with 78 additions and 53 deletions
|
@ -1,6 +1,6 @@
|
|||
import React, { FC } from 'react';
|
||||
import styles from './styles.module.scss';
|
||||
import { PlayerBar } from '~/components/bars/PlayerBar';
|
||||
import { PlayerView } from '~/views/player/PlayerView';
|
||||
|
||||
type IProps = {};
|
||||
|
||||
|
@ -8,7 +8,7 @@ const BottomContainer: FC<IProps> = () => (
|
|||
<div className={styles.wrap}>
|
||||
<div className={styles.content}>
|
||||
<div className={styles.padder}>
|
||||
<PlayerBar />
|
||||
<PlayerView />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue