Fix additional client/server boundaries

This commit is contained in:
Sam Becker 2025-05-12 09:40:17 -05:00
parent 0e9247f3c5
commit 7c6f4bfdeb
5 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,5 @@
'use client';
import { Photo, PhotoDateRange } from '@/photo';
import { absolutePathForCameraImage, pathForCamera } from '@/app/paths';
import OGTile, { OGLoadingState } from '@/components/OGTile';

View File

@ -1,3 +1,5 @@
'use client';
import { Photo, PhotoDateRange } from '@/photo';
import {
absolutePathForFilmImage,

View File

@ -1,3 +1,5 @@
'use client';
import { Photo, PhotoDateRange } from '@/photo';
import {
absolutePathForFocalLengthImage,

View File

@ -1,3 +1,5 @@
'use client';
import {
Photo,
descriptionForPhoto,

View File

@ -1,3 +1,5 @@
'use client';
import { Photo, PhotoDateRange } from '@/photo';
import { absolutePathForTagImage, pathForTag } from '@/app/paths';
import OGTile, { OGLoadingState } from '@/components/OGTile';