begin 2 year post

This commit is contained in:
Felix Roos 2024-01-19 13:50:28 +01:00
parent d8677c6261
commit d49aa8242a
12 changed files with 179 additions and 5 deletions

View file

@ -0,0 +1,6 @@
import LiteYouTubeEmbed from 'react-lite-youtube-embed';
import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css';
export function Youtube(props) {
return <LiteYouTubeEmbed {...props} />;
}