mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-26 05:11:12 -05:00
Fix imports and test flow
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { useParams, useNavigate } from "react-router-dom";
|
||||
import { useEffect, useState, useCallback } from "react";
|
||||
import { supabase } from "@/integrations/supabase/client";
|
||||
import { supabase } from "@/lib/supabaseClient";
|
||||
import { Header } from "@/components/layout/Header";
|
||||
import { RideCard } from "@/components/rides/RideCard";
|
||||
import { Button } from "@/components/ui/button";
|
||||
|
||||
Reference in New Issue
Block a user