import { __ } from '@wordpress/i18n'; export const VideoPlayer = ({ path, className = null }) => { return (
); };