Fix missing imports in identity and conflict resolution services

This commit is contained in:
gpt-engineer-app[bot]
2025-10-17 14:42:26 +00:00
parent 4ab59e2ec2
commit 5466c60b84
3 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
import { supabase } from '@/integrations/supabase/client';
import { getErrorMessage } from './errorHandler';
export interface SubmissionItemWithDeps {
id: string;