import Tag from 'components/tag'; import { Metaobject } from 'lib/shopify/types'; import { Suspense } from 'react'; import Tabs, { TabsPlaceholder } from './tabs'; const DynamicContent = ({ content }: { content: Metaobject }) => { const { id, type, title, ...fields } = content; return (