Removed unused react-hook-form import

This commit is contained in:
2022-06-19 22:32:05 +02:00
parent 5f34e04c1d
commit 61154028a3

View File

@ -1,6 +1,5 @@
import { useFormik } from "formik";
import { useEffect, useState } from "react";
import { Controller, useForm } from "react-hook-form";
import { useNavigate } from "react-router-dom";
import { useLoginMutation } from "../../../generated/graphql";