Fix Login.tsx toast import and usage

cgen-bdc7727ae44e45229c0f2a789ebc58e7
This commit is contained in:
Builder.io 2025-08-16 04:20:24 +00:00
parent 4fd33b6bb6
commit e9fb43706b

View file

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