import React from 'react';

import Alert from 'terra-alert';

const AdvisoryExample = () => (
  <Alert type="advisory">This item is typically not used.</Alert>
);

export default AdvisoryExample;
