an independent Bluesky client using Constellation, PDS Queries, and other services reddwarf.app
frontend spa bluesky reddwarf microcosm client app
99
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 3f7476e6ac38db93b21f3a50bf36e9fcddac62e4 5 lines 198 B view raw
1import { ErrorComponent, type ErrorComponentProps } from "@tanstack/react-router"; 2 3export function PostErrorComponent({ error }: ErrorComponentProps) { 4 return <ErrorComponent error={error} />; 5}