Add supabase import to Profile.tsx
cgen-c780b35ddb70458a8d3988f1646e8b56
This commit is contained in:
parent
fa8a90535a
commit
0711621b19
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import Layout from "@/components/Layout";
|
|||
import { Button } from "@/components/ui/button";
|
||||
import { useAuth } from "@/contexts/AuthContext";
|
||||
import { useAethexToast } from "@/hooks/use-aethex-toast";
|
||||
import { supabase } from "@/lib/supabase";
|
||||
import {
|
||||
Card,
|
||||
CardContent,
|
||||
|
|
|
|||
Loading…
Reference in a new issue