mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-29 08:47:18 -05:00
Fix imports and test flow
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { useQuery } from '@tanstack/react-query';
|
||||
import { supabase } from '@/integrations/supabase/client';
|
||||
import { supabase } from '@/lib/supabaseClient';
|
||||
|
||||
export interface TechnicalSpecification {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user