[CORL-314] Rename to Coral (#2318)

* chore: rename talk to coral

* fix: lint and unit tests

* fix: snapshot
This commit is contained in:
Kiwi
2019-05-22 21:32:24 +02:00
committed by GitHub
parent 3ea696fcc8
commit 6da97c57d7
1017 changed files with 3007 additions and 3001 deletions
@@ -1,7 +1,7 @@
import React from "react";
import TestRenderer from "react-test-renderer";
import { PropTypesOf } from "talk-framework/types";
import { PropTypesOf } from "coral-framework/types";
import FieldSet from "./FieldSet";
@@ -1,8 +1,8 @@
import cn from "classnames";
import React, { AllHTMLAttributes, FunctionComponent, Ref } from "react";
import { withForwardRef, withStyles } from "talk-ui/hocs";
import { PropTypesOf } from "talk-ui/types";
import { withForwardRef, withStyles } from "coral-ui/hocs";
import { PropTypesOf } from "coral-ui/types";
import styles from "./FieldSet.css";