wip vite
This commit is contained in:
@ -4,15 +4,15 @@ import { useMemo, useSyncExternalStore } from "react";
|
||||
import { FormattedMessage, FormattedNumber } from "react-intl";
|
||||
import { useUserProfile } from "@snort/system-react";
|
||||
|
||||
import { SnortPubKey } from "Const";
|
||||
import ProfilePreview from "Element/User/ProfilePreview";
|
||||
import useLogin from "Hooks/useLogin";
|
||||
import { UploaderServices } from "Upload";
|
||||
import { bech32ToHex, getRelayName, unwrap } from "SnortUtils";
|
||||
import { ZapPoolController, ZapPoolRecipient, ZapPoolRecipientType } from "ZapPoolController";
|
||||
import AsyncButton from "Element/AsyncButton";
|
||||
import { useWallet } from "Wallet";
|
||||
import useEventPublisher from "Hooks/useEventPublisher";
|
||||
import { SnortPubKey } from "@/Const";
|
||||
import ProfilePreview from "@/Element/User/ProfilePreview";
|
||||
import useLogin from "@/Hooks/useLogin";
|
||||
import { UploaderServices } from "@/Upload";
|
||||
import { bech32ToHex, getRelayName, unwrap } from "@/SnortUtils";
|
||||
import { ZapPoolController, ZapPoolRecipient, ZapPoolRecipientType } from "@/ZapPoolController";
|
||||
import AsyncButton from "@/Element/AsyncButton";
|
||||
import { useWallet } from "@/Wallet";
|
||||
import useEventPublisher from "@/Hooks/useEventPublisher";
|
||||
|
||||
const DataProviders = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user