v3: follows, notifications, invite-only registration, unread markers
This commit is contained in:
4
src/hooks/useFollows.ts
Normal file
4
src/hooks/useFollows.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { useContext } from "react";
|
||||
import { FollowContext } from "../contexts/FollowContext.ts";
|
||||
|
||||
export const useFollows = () => useContext(FollowContext);
|
||||
Reference in New Issue
Block a user