[CORL-423] Rearrange client files and folder (#2352)

* chore: reorganize account

* chore: reorganize install

* chore: reorganize auth files

* chore: reorganize admin files

* fix: graphql naming

* chore: adapt account routing
This commit is contained in:
Vinh
2019-06-11 15:33:46 +00:00
committed by Wyatt Johnson
parent 05c8f06ed8
commit 3947b143cb
559 changed files with 1691 additions and 1755 deletions
@@ -4,9 +4,14 @@ import { Localized } from "fluent-react/compat";
import React, { FunctionComponent } from "react";
import { Field, Form, FormSpy } from "react-final-form";
import ValidationMessage from "coral-admin/routes/configure/components/ValidationMessage";
import { OnSubmit } from "coral-framework/lib/form";
import { AriaInfo, Button, Flex, HorizontalGutter } from "coral-ui/components";
import {
AriaInfo,
Button,
Flex,
HorizontalGutter,
ValidationMessage,
} from "coral-ui/components";
import { cleanupRTEEmptyHTML, getCommentBodyValidators } from "../../helpers";
import RemainingCharactersContainer from "../../RemainingCharacters";