import React from 'react';

import Alert from 'terra-alert';

const WarningExample = () => (
  <Alert type="warning">There are unsaved changes.</Alert>
);

export default WarningExample;
