import React from 'react';

import Alert from 'terra-alert';

const ErrorExample = () => (
  <Alert type="error">Unable to save at this time. Please try again later.</Alert>
);

export default ErrorExample;
