import React from 'react'; import Admonition from '@theme/Admonition'; const YouTubeShortEmbed = ({ videoUrl }) => (
Watch the demo

); export default YouTubeShortEmbed;