an appview-less Bluesky client using Constellation and PDS Queries reddwarf.app
frontend spa bluesky reddwarf microcosm
at main 198 B view raw
1import { ErrorComponent, type ErrorComponentProps } from "@tanstack/react-router"; 2 3export function PostErrorComponent({ error }: ErrorComponentProps) { 4 return <ErrorComponent error={error} />; 5}