Something went wrong. Try again.
A Bsky-like frontend using the atprotocol natively.
Something went wrong. Try again.
182 B · 6 lines
TypeScript
at main
1234567import { useContext } from 'react';import { ProfileViewerContext } from './profileViewerContext';
export function useProfileViewer() { return useContext(ProfileViewerContext);}