Add help without any content
[MAILPOET-949]
This commit is contained in:
21
assets/js/src/help/system_info.jsx
Normal file
21
assets/js/src/help/system_info.jsx
Normal file
@ -0,0 +1,21 @@
|
||||
import React from 'react'
|
||||
import MailPoet from 'mailpoet'
|
||||
|
||||
import Tabs from './tabs.jsx'
|
||||
|
||||
function KnowledgeBase() {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<h1 className="title">
|
||||
{MailPoet.I18n.t('pageTitle')}
|
||||
</h1>
|
||||
|
||||
<Tabs tab="systemInfo" />
|
||||
|
||||
<div>asdfasdf</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
module.exports = KnowledgeBase;
|
Reference in New Issue
Block a user