Fix Login.tsx toast import and usage
cgen-bdc7727ae44e45229c0f2a789ebc58e7
This commit is contained in:
parent
4fd33b6bb6
commit
e9fb43706b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue