uninstall toast

This commit is contained in:
2026-02-23 09:47:40 -06:00
parent d4b18b372e
commit e4082c274c
19 changed files with 7 additions and 115 deletions
@@ -1,7 +1,6 @@
"use client";
import apiClient from "@/app/lib/apiClient";
import { useState } from "react";
import toast from "react-hot-toast";
import Swal from "sweetalert2";
export default function ChangePassword() {
+1 -2
View File
@@ -3,9 +3,8 @@ import { useState } from "react";
import { loginUser } from "@/app/lib/login";
import { useRouter } from "next/navigation";
import toast from "react-hot-toast";
import "./Login.css";
import Swal from "sweetalert2";
import "./Login.css";
function Login() {
const [user, setUser] = useState("");