chore: use src relative imports

This commit is contained in:
2023-01-20 11:11:50 +00:00
parent 3aa1dedcb8
commit ab1efc2e2e
64 changed files with 542 additions and 302 deletions

View File

@ -1,10 +1,10 @@
import "./ProfilePreview.css";
import { ReactNode } from "react";
import ProfileImage from "./ProfileImage";
import FollowButton from "./FollowButton";
import useProfile from "../feed/ProfileFeed";
import { HexKey } from "../nostr";
import ProfileImage from "Element/ProfileImage";
import FollowButton from "Element/FollowButton";
import useProfile from "Feed/ProfileFeed";
import { HexKey } from "Nostr";
import { useInView } from "react-intersection-observer";
export interface ProfilePreviewProps {