fix: build errors

This commit is contained in:
Paul Makles
2022-05-30 16:46:07 +01:00
parent 81bf325990
commit 2056232759
4 changed files with 2 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ import { Text } from "preact-i18n";
import { useContext, useEffect, useState } from "preact/hooks";
import { Category, Modal, InputBox, Radio } from "@revoltchat/ui";
import type { Action } from "@revoltchat/ui/esm/components/design/atoms/layout/Modal";
import type { Action } from "@revoltchat/ui/esm/components/design/atoms/display/Modal";
import { TextReact } from "../../../lib/i18n";