Fix Profile.tsx toast usage
cgen-1fe30a0febe2494f8186ced1bc202a53
This commit is contained in:
parent
1d737acd6b
commit
3f5a2f4cea
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { useNavigate } from "react-router-dom";
|
||||||
import Layout from "@/components/Layout";
|
import Layout from "@/components/Layout";
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/ui/button";
|
||||||
import { useAuth } from "@/contexts/AuthContext";
|
import { useAuth } from "@/contexts/AuthContext";
|
||||||
import { aethexToast } from "@/lib/aethex-toast";
|
import { useAethexToast } from "@/hooks/use-aethex-toast";
|
||||||
import {
|
import {
|
||||||
Card,
|
Card,
|
||||||
CardContent,
|
CardContent,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue