add trending notes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { NoteSkeleton } from "@app/space/components/notes/skeleton";
|
||||
import { Profile } from "@app/trending/components/profile";
|
||||
import { NoteSkeleton } from "@shared/notes/skeleton";
|
||||
import useSWR from "swr";
|
||||
|
||||
const fetcher = (url: string) => fetch(url).then((r) => r.json());
|
||||
|
||||
Reference in New Issue
Block a user