Some more components fixed... definitely need an @root resolver.

This commit is contained in:
2018-10-22 17:35:44 +11:00
parent f8e76e72c0
commit 1f5a3fc563
14 changed files with 38 additions and 34 deletions

View File

@ -23,10 +23,10 @@
import React from 'react';
import { connect } from 'react-redux';
import Language from './../../../language/Language';
import Language from './../../../../language/Language';
import Page, { PageBoundary } from './../../Page';
import { BodySection, ClearSection } from './../../../section/Section';
import { Title } from './../../../typography/Typography';
import { Title } from './../../../../objects/typography/Typography';
const PrivacyPolicyPage = (props) => {
return (