Skip to content

Commit

Permalink
update imports to point to new common lib
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Aug 21, 2023
1 parent d14d6d4 commit cc9d246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import React, {
import { Field } from "react-final-form";
import { graphql } from "react-relay";

import { FLAIR_BADGE_NAME_REGEX } from "coral-common/constants";
import { FLAIR_BADGE_NAME_REGEX } from "coral-common/common/lib/constants";
import { ExternalLink } from "coral-framework/lib/i18n/components";
import { useMutation, withFragmentContainer } from "coral-framework/lib/relay";
import { validateImageURLFunc } from "coral-framework/lib/validation";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { act, screen, within } from "@testing-library/react";
import userEvent from "@testing-library/user-event";

import { pureMerge } from "coral-common/utils";
import { pureMerge } from "coral-common/common/lib/utils";
import {
GQLCOMMENT_STATUS,
GQLResolver,
Expand Down

0 comments on commit cc9d246

Please sign in to comment.