wip vite
This commit is contained in:
@ -4,10 +4,10 @@ import { FormattedMessage } from "react-intl";
|
||||
import { useLocation, useParams } from "react-router-dom";
|
||||
import { fetchNip05Pubkey } from "@snort/shared";
|
||||
|
||||
import Spinner from "Icons/Spinner";
|
||||
import ProfilePage from "Pages/Profile/ProfilePage";
|
||||
import { ThreadRoute } from "Element/Event/Thread";
|
||||
import { GenericFeed } from "Element/Feed/Generic";
|
||||
import Spinner from "@/Icons/Spinner";
|
||||
import ProfilePage from "@/Pages/Profile/ProfilePage";
|
||||
import { ThreadRoute } from "@/Element/Event/Thread";
|
||||
import { GenericFeed } from "@/Element/Feed/Generic";
|
||||
|
||||
export default function NostrLinkHandler() {
|
||||
const params = useParams();
|
||||
|
Reference in New Issue
Block a user