import { h } from 'preact'; import { memo } from 'preact/compat'; export function Play() { return ( ); } export default memo(Play);