diff --git a/src/generic/SEBCourseAccessErrorPage.jsx b/src/generic/SEBCourseAccessErrorPage.jsx new file mode 100644 index 0000000000..6ea5920466 --- /dev/null +++ b/src/generic/SEBCourseAccessErrorPage.jsx @@ -0,0 +1,30 @@ +import React, { useEffect } from 'react'; +import { LearningHeader as Header } from '@edx/frontend-component-header'; +import Footer from '@edx/frontend-component-footer'; +import { useParams } from 'react-router-dom'; +import { useDispatch } from 'react-redux'; +import { injectIntl } from '@edx/frontend-platform/i18n'; +import { Alert } from '@openedx/paragon'; +import { WarningFilled } from '@openedx/paragon/icons'; +import { FormattedMessage } from '@edx/frontend-platform/i18n'; + +const SEBCourseAccessErrorPage = ({ intl }) => { + + return ( + <> +
+
+ + + +
+