Fix photo lightbox component

This commit is contained in:
Sam Becker 2025-10-05 10:13:35 -05:00
parent 4a01ee4f9e
commit 1a7a1c1e28

View File

@ -1,3 +1,5 @@
'use client';
import { clsx } from 'clsx/lite';
import { Photo } from '.';
import { PhotoSetCategory } from '../category';