import React from 'react';
import Body from 'io-sanita-theme/components/Blocks/QuickSearch/Body';

const View = (props) => {
  return (
    <>
      <Body {...props} />
    </>
  );
};

export default View;
