import { ImageWithTextBlock as ImageWithTextBlockType } from "@/gql/graphql"; import { ImageFigure } from "@/components/general/Image"; export function ImageWithTextBlock({ block, }: { block: ImageWithTextBlockType; }) { return ( ); }