Reformat photo page code

This commit is contained in:
Sam Becker 2025-01-26 12:55:52 -06:00
parent bbe49d3a0d
commit 8444a7cfbb

View File

@ -78,11 +78,7 @@ export default async function PhotoPage({
return (
<PhotoDetailPage
{...{
photo,
photos,
photosGrid,
}}
{...{ photo, photos, photosGrid }}
/>
);
}