added periferico

This commit is contained in:
2025-11-05 11:26:16 -06:00
parent b9bb16af70
commit 3f41ac4f0d
2 changed files with 9 additions and 6 deletions
@@ -2,7 +2,6 @@
import { useState } from "react";
import axios from "axios";
import { useRouter } from "next/navigation";
import toast from "react-hot-toast";
import "../../styles/layout/ForgotPasswordPage.scss";
import Link from "next/link";
@@ -11,7 +10,6 @@ export default function Page() {
const [nombre, setNombre] = useState("");
const [contraseña, setContraseña] = useState("");
const [loading, setLoading] = useState(false);
const router = useRouter();
const handleSubmit = async (ev: React.FormEvent<HTMLFormElement>) => {
ev.preventDefault();