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