diff --git a/app/components/ReleasePlayer/MediaThemeSutro.tsx b/app/components/ReleasePlayer/MediaThemeSutro.tsx new file mode 100644 index 0000000..833cadf --- /dev/null +++ b/app/components/ReleasePlayer/MediaThemeSutro.tsx @@ -0,0 +1,765 @@ +import "media-chrome/react"; +import "media-chrome/react/menu"; +import { MediaTheme } from "media-chrome/react/media-theme"; + +export default function Page(props: { children: any, className?: string }) { + return ( + <> +