import dynamic from "next/dynamic"; import type { ReactPlayerProps } from "react-player"; import styles from "./Video.module.scss"; const ReactPlayer = dynamic(() => import("react-player/lazy")); const Video = (props: ReactPlayerProps) => (