// biome-ignore lint/correctness/noUnusedImports: Needs this for React to work import React from 'react'; import Admonition from '@theme/Admonition'; const Component = ({ videoUrls }) => { return (
{videoUrls ? ( videoUrls.map((url) => (