mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-30 00:07:09 -05:00
Fix remaining component imports
This commit is contained in:
@@ -6,7 +6,7 @@ import { TimelineEventEditorDialog } from './TimelineEventEditorDialog';
|
||||
import { TimelineEventCard } from './TimelineEventCard';
|
||||
import { EntityHistoryTimeline } from '@/components/history/EntityHistoryTimeline';
|
||||
import { useQuery } from '@tanstack/react-query';
|
||||
import { supabase } from '@/integrations/supabase/client';
|
||||
import { supabase } from '@/lib/supabaseClient';
|
||||
import { useAuth } from '@/hooks/useAuth';
|
||||
import { toast } from 'sonner';
|
||||
import { getErrorMessage, handleError } from '@/lib/errorHandler';
|
||||
|
||||
Reference in New Issue
Block a user