begin 2 year post
This commit is contained in:
parent
d8677c6261
commit
d49aa8242a
12 changed files with 179 additions and 5 deletions
6
website/src/components/Youtube.jsx
Normal file
6
website/src/components/Youtube.jsx
Normal 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} />;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue