Fixed more incorrect paths.

This commit is contained in:
2018-10-22 17:46:06 +11:00
parent 1f5a3fc563
commit 2ace724749
7 changed files with 48 additions and 48 deletions

View File

@ -33,7 +33,7 @@ import Language from './../../../language/Language';
import ElementScrollFader from './../../../objects/animation/fade/ElementScrollFader';
import ContentBox from './../../../objects/content/ContentBox';
import { Title, Heading1, Paragraph } from './../../../objects/typography/Typography';
import Forms from './../../../common/Forms';
//import Forms from './../../../common/Forms';
import Input, {
Form,
FormManager,
@ -41,7 +41,7 @@ import Input, {
TextArea,
Label,
ButtonGroup
} from './../../../input/Input';
} from './../../../objects/input/Input';
import Section, {
BodySection,
ClearSection,