Fix Profile.tsx toast usage

cgen-1fe30a0febe2494f8186ced1bc202a53
This commit is contained in:
Builder.io 2025-08-16 04:12:17 +00:00
parent 1d737acd6b
commit 3f5a2f4cea

View file

@ -3,7 +3,7 @@ import { useNavigate } from "react-router-dom";
import Layout from "@/components/Layout";
import { Button } from "@/components/ui/button";
import { useAuth } from "@/contexts/AuthContext";
import { aethexToast } from "@/lib/aethex-toast";
import { useAethexToast } from "@/hooks/use-aethex-toast";
import {
Card,
CardContent,