From 9807e25d45a837ae7f0bd43286f8f1bc65421061 Mon Sep 17 00:00:00 2001 From: 7heMech <83923848+7heMech@users.noreply.github.com> Date: Thu, 13 Nov 2025 12:49:48 +0200 Subject: [PATCH] Remove unused import --- frontend/src/pages/Login/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/pages/Login/index.tsx b/frontend/src/pages/Login/index.tsx index 222e08a2..f9479d12 100644 --- a/frontend/src/pages/Login/index.tsx +++ b/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";