feat(frontend): add full cast page for movies and series

This commit is contained in:
sct
2020-12-12 10:54:53 +00:00
parent 4392a881aa
commit 051f1b3e89
8 changed files with 155 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import React from 'react';
interface HeaderProps {
extraMargin?: number;
subtext?: string;
subtext?: React.ReactNode;
}
const Header: React.FC<HeaderProps> = ({