1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed player position

This commit is contained in:
Fedor Katurov 2021-10-13 17:57:26 +07:00
parent 6761ca6330
commit 2ce39efef8
4 changed files with 17 additions and 12 deletions

View file

@ -6,7 +6,6 @@ export const MainLayout = ({ children }) => (
<div className={styles.wrapper}>
<div className={styles.content}>
<Header />
{children}
</div>
</div>