mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-25 19:31:13 -05:00
Fix remaining component imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { useEffect, useState } from 'react';
|
||||
import { supabase } from '@/integrations/supabase/client';
|
||||
import { supabase } from '@/lib/supabaseClient';
|
||||
import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import { Camera } from 'lucide-react';
|
||||
|
||||
Reference in New Issue
Block a user