bug: import SnortUtils

This commit is contained in:
Kieran 2023-06-13 10:12:37 +01:00
parent 5a83f3d040
commit 5b3edc0f59
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -6,7 +6,7 @@ import { Link } from "react-router-dom";
import "./MediaElement.css";
import Modal from "Element/Modal";
import Icon from "Icons/Icon";
import { decodeInvoice, InvoiceDetails, kvToObject } from "Util";
import { decodeInvoice, InvoiceDetails, kvToObject } from "SnortUtils";
import AsyncButton from "Element/AsyncButton";
import { useWallet } from "Wallet";
import { PaymentsCache } from "Cache/PaymentsCache";