From e9fb43706b22d79ba577b033ca45aef9ab6d405b Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 16 Aug 2025 04:20:24 +0000 Subject: [PATCH] Fix Login.tsx toast import and usage cgen-bdc7727ae44e45229c0f2a789ebc58e7 --- client/pages/Login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pages/Login.tsx b/client/pages/Login.tsx index c8b925a0..0fc0a5e5 100644 --- a/client/pages/Login.tsx +++ b/client/pages/Login.tsx @@ -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 {