Add help without any content

[MAILPOET-949]
This commit is contained in:
Pavel Dohnal
2017-06-28 15:00:53 +01:00
parent 2add301b9f
commit 43fa12ec08
7 changed files with 157 additions and 0 deletions

View 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;