From d5a4ae6a312675dc88c265284965b0a6fa011a9d Mon Sep 17 00:00:00 2001 From: Mark_Jeong <81726531+markjung96@users.noreply.github.com> Date: Sat, 16 Nov 2024 10:55:36 +0700 Subject: [PATCH] fix: lint error --- src/components/project/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/project/index.tsx b/src/components/project/index.tsx index 6210029..91f30d2 100644 --- a/src/components/project/index.tsx +++ b/src/components/project/index.tsx @@ -1,7 +1,7 @@ import { useEffect } from "react"; import axios from "axios"; import JSZip from "jszip"; -import { FaSyncAlt, FaSpinner, FaCheck } from "react-icons/fa"; +import { FaSyncAlt, FaCheck } from "react-icons/fa"; import { FaExclamation } from "react-icons/fa6"; import { Button, Form, InputGroup } from "react-bootstrap"; import { useShallow } from "zustand/react/shallow";