import { FormMeta } from '@flowgram.ai/fixed-layout-editor'; import { FormHeader } from '../../form-components'; export const renderForm = () => ( <> ); export const formMeta: FormMeta = { render: renderForm, };