import { DomainNamesField, NameField } from "./Common"; function CustomForm() { return ( <> ); } export default CustomForm;