mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-05 06:57:35 -04:00
7 lines
196 B
React
7 lines
196 B
React
import LiteYouTubeEmbed from 'react-lite-youtube-embed';
|
|
import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css';
|
|
|
|
export function Youtube(props) {
|
|
return <LiteYouTubeEmbed {...props} />;
|
|
}
|