import { FC } from "react"; import { FieldLocal } from "../typings"; export const Label: FC<{ field: FieldLocal }> = ({ field }) => { return