Format code

This commit is contained in:
Sam Becker 2025-01-26 12:56:58 -06:00
parent c998b68b16
commit ad83dbb2e3

View File

@ -77,8 +77,6 @@ export default async function PhotoPage({
if (!photo) { redirect(PATH_ROOT); } if (!photo) { redirect(PATH_ROOT); }
return ( return (
<PhotoDetailPage <PhotoDetailPage {...{ photo, photos, photosGrid }} />
{...{ photo, photos, photosGrid }}
/>
); );
} }