diff --git a/src/app/(static)/sets/page.tsx b/src/app/(static)/sets/page.tsx index 33295b17..4695e486 100644 --- a/src/app/(static)/sets/page.tsx +++ b/src/app/(static)/sets/page.tsx @@ -7,6 +7,7 @@ import { import SiteGrid from '@/components/SiteGrid'; import PhotoGridSidebar from '@/photo/PhotoGridSidebar'; import { SHOW_FILM_SIMULATIONS } from '@/site/config'; +import { cc } from '@/utility/css'; export default async function SetsPage() { const [ @@ -20,9 +21,12 @@ export default async function SetsPage() { getUniqueCamerasCached(), SHOW_FILM_SIMULATIONS ? getUniqueFilmSimulationsCached() : [], ]); + return ( + contentMain={
{includeTitle && Photo Sets} - + - +