Fix imports and test flow

This commit is contained in:
gpt-engineer-app[bot]
2025-11-03 22:03:08 +00:00
parent 0b4c4c99ef
commit 6af981a6e4
124 changed files with 156 additions and 123 deletions

View File

@@ -10,7 +10,7 @@ import { Label } from '@/components/ui/label';
import { DatePicker } from '@/components/ui/date-picker';
import { Star, Send } from 'lucide-react';
import { useAuth } from '@/hooks/useAuth';
import { supabase } from '@/integrations/supabase/client';
import { supabase } from '@/lib/supabaseClient';
import { toast } from '@/hooks/use-toast';
import { PhotoUpload } from '@/components/upload/PhotoUpload';
import { StarRating } from './StarRating';