feat: deprecate notification tray in learning header

This commit is contained in:
Awais Ansari
2023-08-01 18:50:12 +05:00
parent 4b89e7561f
commit 018ca18a4e
32 changed files with 36 additions and 2081 deletions

View File

@@ -4,8 +4,7 @@ import React from 'react';
import ReactDOM from 'react-dom';
import { initialize, getConfig, subscribe, APP_READY } from '@edx/frontend-platform';
import { AppContext, AppProvider } from '@edx/frontend-platform/react';
// import Header from '@edx/frontend-component-header';
import { LearningHeader as Header } from '@edx/frontend-component-header';
import Header from '@edx/frontend-component-header';
import './index.scss';