From 57cc6f877096451a2360dae0ec3eeb4698b0725a Mon Sep 17 00:00:00 2001 From: Ray Schamp Date: Mon, 29 Jan 2018 14:18:57 -0500 Subject: [PATCH] Fix padding on Privacy Policy page --- src/views/privacypolicy/privacypolicy.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/privacypolicy/privacypolicy.jsx b/src/views/privacypolicy/privacypolicy.jsx index a7b7182f0..a883dbbd4 100644 --- a/src/views/privacypolicy/privacypolicy.jsx +++ b/src/views/privacypolicy/privacypolicy.jsx @@ -1,10 +1,10 @@ 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 Privacypolicy = () => (