feat: add Video components

This commit is contained in:
Stefan Imhoff
2023-04-23 15:35:18 +02:00
parent af985f2111
commit f62210a3ac
4 changed files with 55 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ export * from './LegalDate';
export * from './Link';
export * from './ListItem';
export * from './NetflixFlag';
export * from './OdyseeVideo';
export * from './OrderedList';
export * from './PrimeVideoFlag';
export * from './Subheadline';
@@ -20,3 +21,4 @@ export * from './TextLink';
export * from './Title';
export * from './UnorderedList';
export * from './Verse';
export * from './YouTubeVideo';