feat: create Studio Home Page MFE (#589)

This commit is contained in:
ruzniaievdm
2023-09-19 17:04:43 +03:00
committed by GitHub
parent 6f238bdbe0
commit e099243437
107 changed files with 5976 additions and 309 deletions

View File

@@ -2,7 +2,7 @@ import React from 'react';
import { injectIntl, intlShape } from '@edx/frontend-platform/i18n';
import PropTypes from 'prop-types';
import HelpSidebar from '../../generic/help-sidebar';
import { HelpSidebar } from '../../generic/help-sidebar';
import messages from './messages';
const GradingSidebar = ({ intl, courseId, proctoredExamSettingsUrl }) => (