Fix @calcom/embed-react installation with TS project (#2870)

This commit is contained in:
Hariom Balhara
2022-05-27 09:37:02 -06:00
committed by GitHub
parent d6678f9b3a
commit 445cdd7cbf
41 changed files with 171 additions and 107 deletions
@@ -1,5 +1,4 @@
import { CalWindow } from "@calcom/embed-snippet";
import { CalWindow } from "../embed";
import loaderCss from "../loader.css";
import { getErrorString } from "../utils";
import modalBoxHtml from "./ModalBoxHtml";