Adding contact page.

This commit is contained in:
2018-05-13 14:44:00 +10:00
parent dd9ac5f2f0
commit 466bdee08c
9 changed files with 182 additions and 3 deletions

View File

@ -43,8 +43,10 @@ export default class Section extends React.Component {
import ImageSection from './image/ImageSection';
import VideoSection from './video/VideoSection';
import BodySection from './body/BodySection';
export {
ImageSection,
VideoSection
VideoSection,
BodySection
}