mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-05 20:39:41 +05:00
feat(frontend/releases): add release info and related releases cards
This commit is contained in:
parent
cd7fdf7317
commit
99f7b4cdbb
2 changed files with 59 additions and 17 deletions
|
@ -7,6 +7,8 @@ export default function Release(props) {
|
|||
return (
|
||||
<>
|
||||
<ReleasePlayer id={props.params.id} />
|
||||
<span style={{ marginBlock: "2rem" }}></span>
|
||||
<ReleaseInfo id={props.params.id} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue