fix tests

This commit is contained in:
2023-05-24 11:12:23 +01:00
parent c36544f9a3
commit 8f7a9a1327
98 changed files with 158 additions and 116 deletions

View File

@ -8,7 +8,7 @@ import ProfilePreview from "Element/ProfilePreview";
import useLogin from "Hooks/useLogin";
import { System } from "System";
import { UploaderServices } from "Upload";
import { bech32ToHex, getRelayName, unwrap } from "Util";
import { bech32ToHex, getRelayName, unwrap } from "SnortUtils";
import { ZapPoolController, ZapPoolRecipient, ZapPoolRecipientType } from "ZapPoolController";
import { useUserProfile } from "Hooks/useUserProfile";
import AsyncButton from "Element/AsyncButton";