import React from 'react';

import Alert from 'terra-alert';

const InfoExample = () => (
  <Alert type="info">This receipt is for a bill-only purchase order.</Alert>
);

export default InfoExample;
