import { FC, memo } from "react"; const Play: FC = () => { return ( ); }; export default memo(Play);