import React from 'react'; import { FormattedMessage } from '@edx/frontend-platform/i18n'; import { Alert } from '@openedx/paragon'; const NotFoundAlert = () => ( ); export default NotFoundAlert;