reorganize code into smaller files & dirs
This commit is contained in:
@ -4,7 +4,7 @@ import { GiftWrapCache } from "@/Cache/GiftWrapCache";
|
||||
import { UnwrappedGift } from "@/Db";
|
||||
import { Chat, ChatSystem, ChatType, lastReadInChat } from "@/chat";
|
||||
|
||||
import { GetPowWorker } from "@/wasm";
|
||||
import { GetPowWorker } from "@/Utils/wasm";
|
||||
|
||||
export class Nip24ChatSystem extends ExternalStore<Array<Chat>> implements ChatSystem {
|
||||
#cache: GiftWrapCache;
|
||||
|
Reference in New Issue
Block a user