Commit 273227aa authored by chrisgarrity's avatar chrisgarrity

Remove extra padding from FAQ page header

Reorder the import of InformationPage and Page.
parent 484c949a
......@@ -4,11 +4,11 @@ const injectIntl = require('react-intl').injectIntl;
const intlShape = require('react-intl').intlShape;
const React = require('react');
const InformationPage = require('../../components/informationpage/informationpage.jsx');
const Page = require('../../components/page/www/page.jsx');
const render = require('../../lib/render.jsx');
const InformationPage = require('../../components/informationpage/informationpage.jsx');
const Faq = injectIntl(props => (
<InformationPage title={props.intl.formatMessage({id: 'faq.title'})}>
<div className="inner info-inner">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment