diff --git a/frontend/scenes/Flatpage/Flatpage.js b/frontend/scenes/Flatpage/Flatpage.js
index 73a88a623..a87ce2716 100644
--- a/frontend/scenes/Flatpage/Flatpage.js
+++ b/frontend/scenes/Flatpage/Flatpage.js
@@ -1,8 +1,6 @@
// @flow
import React from 'react';
import { observer } from 'mobx-react';
-
-import Layout, { Title } from 'components/Layout';
import CenteredContent from 'components/CenteredContent';
import { DocumentHtml } from 'components/Document';
import PageTitle from 'components/PageTitle';
@@ -21,12 +19,10 @@ type Props = {
const { title, content } = this.props;
return (
- } search={false}>
+
-
-
-
-
+
+
);
}
}