Explorar el Código

Remove unused import

7heMech hace 1 mes
padre
commit
9807e25d45
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      frontend/src/pages/Login/index.tsx

+ 0 - 1
frontend/src/pages/Login/index.tsx

@@ -1,4 +1,3 @@
-import cn from "classnames";
 import { Field, Form, Formik } from "formik";
 import { useEffect, useRef, useState } from "react";
 import Alert from "react-bootstrap/Alert";