Code Explainers
import { notFound } from 'next/navigation' import { getPhotoById } from '@/lib/photos' import Modal from '@/components/modal' import Image from 'next/image'