chore: fix build

This commit is contained in:
2024-09-12 16:28:03 +01:00
parent e877625923
commit 35a4aba3b8
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ import { EventPublisher, NostrEvent } from "@snort/system";
import useEventPublisher from "@/Hooks/useEventPublisher";
import { useMediaServerList } from "@/Hooks/useMediaServerList";
import { bech32ToHex, randomSample, unwrap } from "@/Utils";
import { bech32ToHex, randomSample } from "@/Utils";
import { FileExtensionRegex, KieranPubKey } from "@/Utils/Const";
import { Nip96Uploader } from "./Nip96";