import React from 'react';
import { Notice } from '@cerner/terra-docs';

export default () => (
  <Notice variant="maintenance" ariaLevel="3">
    This component is in maintenance and will continue to receive critical issue corrections until X event or time.
  </Notice>
);
