···2233import { PostListing } from "components/PostListing";
44import type { Post } from "app/(home-pages)/reader/getReaderFeed";
55-import type { Cursor } from "../getProfilePosts";
66-import { getProfilePosts } from "../getProfilePosts";
55+import type { Cursor } from "./getProfilePosts";
66+import { getProfilePosts } from "./getProfilePosts";
77import useSWRInfinite from "swr/infinite";
88import { useEffect, useRef } from "react";
99