chore: fix build

This commit is contained in:
kieran 2024-09-19 12:07:56 +01:00
parent 032294456e
commit 38b9d132d5
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -1,5 +1,5 @@
import { HexKey } from "@snort/system";
import { ReactNode, useMemo } from "react";
import { ReactNode } from "react";
import { FormattedMessage } from "react-intl";
import ProfilePreview, { ProfilePreviewProps } from "@/Components/User/ProfilePreview";