import { AtUri } from "@atproto/syntax"; export function PhotoExifButton({ photoUri }: Readonly<{ photoUri: string }>) { return (
EXIF
); }