Jon Taylor
UI build
76b9248
raw
history blame
129 Bytes
export const FieldSet = ({ children }) => (
<div className="flex flex-col gap-4">{children}</div>
);
export default FieldSet;