mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-08 15:42:56 -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} />;
|
|
}
|