import { RichTextBlock } from "./RichTextBlock";
import { ImageWithTextBlock } from "./ImageWithTextBlock";
import { ImageSliderBlock } from "./ImageSliderBlock";
import { HorizontalRuleBlock } from "./HorizontalRuleBlock";
import { FeaturedBlock } from "./FeaturedBlock";
export const Blocks = ({ blocks }: any) => {
return blocks.map((block: any) => {
switch (block.blockType) {
case "RichTextBlock":
return