chore: eslint config package fixes (#2165)

* eslint fixes

* lint rules added
This commit is contained in:
sriram veeraghanta 2023-09-13 12:06:17 +05:30 committed by GitHub
parent 3a2a329000
commit b9c935092a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 15 deletions

View file

@ -1,9 +1,6 @@
import React, { useState } from "react";
import { useRouter } from "next/router";
import Link from "next/link";
// react hook form
import { useForm } from "react-hook-form";
// components
import { EmailResetPasswordForm } from "./email-reset-password-form";