Skip to content

Commit

Permalink
fix bad coral-common import
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Jul 26, 2023
1 parent 37fb21e commit aebeb51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { FunctionComponent } from "react";

import { MediaLink } from "coral-common/helpers/findMediaLinks";
import { MediaLink } from "coral-common/common/lib/helpers/findMediaLinks";
import {
ImageFileLandscapeIcon,
SocialMediaTwitterIcon,
Expand Down

0 comments on commit aebeb51

Please sign in to comment.