From 7bb0b77590f3bc4ab61efe7099e4f6e645b644ec Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Wed, 6 Jun 2018 07:54:14 +1000 Subject: [PATCH] Cleaned Imports on ContactPage --- public/page/contact/ContactPage.jsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/public/page/contact/ContactPage.jsx b/public/page/contact/ContactPage.jsx index d40997d..6b78e17 100644 --- a/public/page/contact/ContactPage.jsx +++ b/public/page/contact/ContactPage.jsx @@ -24,11 +24,14 @@ import React from 'react'; import { connect } from 'react-redux'; import Page, { PageBoundary } from './../Page'; -import Section, { BodySection } from './../../section/Section'; import Input, { Form, InputGroup, TextArea, Label, ButtonGroup } from './../../input/input'; import Language from './../../language/Language'; -import SplitSection, { Split } from './../../section/split/SplitSection'; -import ClearSection from './../../section/layout/ClearSection'; +import Section, { + BodySection, + ClearSection, + SplitSection, + Split +} from './../../section/Section'; class ContactPage extends React.Component { constructor(props) { @@ -40,8 +43,8 @@ class ContactPage extends React.Component { - + @@ -81,6 +84,8 @@ class ContactPage extends React.Component { + + ); }