chore: fix build
This commit is contained in:
parent
e877625923
commit
35a4aba3b8
@ -13,13 +13,13 @@ import QrCode from "@/Components/QrCode";
|
||||
import { SpotlightMediaModal } from "@/Components/Spotlight/SpotlightMedia";
|
||||
import Avatar from "@/Components/User/Avatar";
|
||||
import FollowButton from "@/Components/User/FollowButton";
|
||||
import MuteButton from "@/Components/User/MuteButton";
|
||||
import ProfileImage from "@/Components/User/ProfileImage";
|
||||
import ZapModal from "@/Components/ZapModal/ZapModal";
|
||||
import useModeration from "@/Hooks/useModeration";
|
||||
import { hexToBech32 } from "@/Utils";
|
||||
import { LoginSessionType, LoginStore } from "@/Utils/Login";
|
||||
import { ZapTarget } from "@/Utils/Zapper";
|
||||
import MuteButton from "@/Components/User/MuteButton";
|
||||
|
||||
const AvatarSection = ({
|
||||
user,
|
||||
|
@ -11,11 +11,11 @@ import AsyncButton from "@/Components/Button/AsyncButton";
|
||||
import { CollapsedSection } from "@/Components/Collapsed";
|
||||
import { RelayFavicon } from "@/Components/Relay/RelaysMetadata";
|
||||
import RelayUptime from "@/Components/Relay/uptime";
|
||||
import Uptime from "@/Components/Relay/uptime";
|
||||
import UptimeLabel from "@/Components/Relay/uptime-label";
|
||||
import { useCloseRelays } from "@/Hooks/useCloseRelays";
|
||||
import useLogin from "@/Hooks/useLogin";
|
||||
import { getRelayName } from "@/Utils";
|
||||
import { useCloseRelays } from "@/Hooks/useCloseRelays";
|
||||
import Uptime from "@/Components/Relay/uptime";
|
||||
|
||||
export function DiscoverRelays() {
|
||||
const { follows, relays, state } = useLogin(l => ({
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user