import { FrostedSkin, HlsVideo, MinimalSkin, VideoProvider } from '@videojs/react'; import '@videojs/react/skins/frosted.css'; import '@videojs/react/skins/minimal.css'; export default function Home() { return (

Frosted Skin

{/* @ts-expect-error -- types are incorrect */}

Minimal Skin

{/* @ts-expect-error -- types are incorrect */}
); }