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

@@ -5,7 +5,7 @@ import { API, Channel, Message, Server, User } from "revolt.js";
import { createContext } from "preact";
import { useContext, useEffect, useMemo, useState } from "preact/hooks";
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 { internalSubscribe } from "../../lib/eventEmitter";
import { determineLink } from "../../lib/links";