mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-12 22:28:37 +00:00
7 lines
196 B
JavaScript
7 lines
196 B
JavaScript
import LiteYouTubeEmbed from 'react-lite-youtube-embed';
|
|
import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css';
|
|
|
|
export function Youtube(props) {
|
|
return <LiteYouTubeEmbed {...props} />;
|
|
}
|