fix: Cannot import from app in shared

This commit is contained in:
Tom Moor
2022-03-30 18:21:35 -07:00
parent 6c25f8fc72
commit c5b9a742c0
2 changed files with 32 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import * as React from "react";
import useComponentSize from "~/hooks/useComponentSize";
import Frame from "../components/Frame";
import useComponentSize from "../components/useComponentSize";
import { EmbedProps as Props } from ".";
const URL_REGEX = /^https:\/\/(www\.)?berrycast.com\/conversations\/(.*)$/;