Add <TopBar> to Settings and Help pages

[MAILPOET-3073]
This commit is contained in:
Ján Mikláš
2020-10-22 10:18:31 +02:00
committed by Veljko V
parent ff001c95cb
commit 1eb42d8239
4 changed files with 6 additions and 5 deletions

View File

@@ -9,9 +9,11 @@ import { GlobalContext, useGlobalContextValue } from 'context/index.jsx';
import Notices from 'notices/notices.jsx';
import RoutedTabs from '../common/tabs/routed_tabs';
import Tab from '../common/tabs/tab';
import { TopBar } from '../common/top_bar/top_bar';
const App = () => (
<GlobalContext.Provider value={useGlobalContextValue(window)}>
<TopBar />
<Notices />
<RoutedTabs activeKey="knowledgeBase">
<Tab key="knowledgeBase" title={MailPoet.I18n.t('tabKnowledgeBaseTitle')}>