diff --git a/src/app/common/modals/modals.tsx b/src/app/common/modals/modals.tsx index 4ca8516da..8426babcd 100644 --- a/src/app/common/modals/modals.tsx +++ b/src/app/common/modals/modals.tsx @@ -8,6 +8,7 @@ import dayjs from "dayjs"; import localizedFormat from "dayjs/plugin/localizedFormat"; import { GlobalModel } from "../../../model/model"; import { Markdown } from "../common"; +import * as util from "../../../util/util"; import { ReactComponent as XmarkIcon } from "../../assets/icons/line/xmark.svg"; import { ReactComponent as WarningIcon } from "../../assets/icons/line/triangle-exclamation.svg";