Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
markjung96 committed Nov 16, 2024
1 parent 678faca commit d5a4ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/project/index.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit d5a4ae6

Please sign in to comment.