소스 검색

Remove unused import

7heMech 1 개월 전
부모
커밋
9807e25d45
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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";