import React from 'react';

import Alert from 'terra-alert';

const Example = () => (
  <Alert type="unsatisfied">Only one package must be selected.</Alert>
);

export default Example;
