export const InfoBox: React.FC = ({ children }) => (

{children}

);