Fix build errors in tests

This commit is contained in:
gpt-engineer-app[bot]
2025-11-02 21:12:06 +00:00
parent 8feb01f1c3
commit 665918741e
2 changed files with 6 additions and 4 deletions

View File

@@ -4,6 +4,9 @@
import type { PhotoSubmissionItem } from './photo-submissions';
// Re-export for convenience
export type { PhotoSubmissionItem } from './photo-submissions';
// Core photo display interface
export interface PhotoItem {
id: string;