import { Box, Stack, Image, Text } from "@chakra-ui/react"; export default function VideoCardContent(props: { style: any resourcePath: string resourceCaption: string }) { return ( <> {props.resourceCaption} ) };