import React from 'react'; import { Field } from 'redux-form'; import { Row, Col, FormGroup, Input, FormLabel, Button } from 'joyent-ui-toolkit'; import KeyValue from '@components/key-value'; export const MenuForm = ({ searchable, onAdd }) => (
Filter
); export const AddForm = props => ( ); export const EditForm = props => ( );