grain.social is a photo sharing platform built on atproto. grain.social
atproto photography appview
54
fork

Configure Feed

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

at main 4 lines 310 B view raw
1// Re-export of the server-owned formatter so client-side callers (UI, cross-post 2// builder) import it via `$lib` without reaching into `server/`. The function 3// itself is pure and lives in `server/helpers/formatLocation.ts`. 4export { formatStoredLocation } from "../../../server/helpers/formatLocation.ts";