feat(ui): iterate on builder (WIP)

This commit is contained in:
psychedelicious
2025-01-23 09:55:37 +11:00
parent 6ae2d5ef9d
commit 1f995d0257

View File

@@ -58,6 +58,7 @@ export const ContainerElementComponent = memo(({ id }: { id: string }) => {
});
ContainerElementComponent.displayName = 'ContainerElementComponent';
// TODO(psyche): Can we move this into a separate file and avoid circular dependencies between it and ContainerElementComponent?
export const FormElementComponent = memo(({ id }: { id: string }) => {
const el = useElement(id);