const Organisation = ({ form, compact }) => (
  <Organisation form={form} compact={compact} />
);
export default Organisation;
