grain.social is a photo sharing platform built on atproto.
grain.social
atproto
photography
appview
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";