Skip to content

Commit

Permalink
removed unused declarations and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sirrenberg committed Mar 29, 2024
1 parent 417d315 commit 620d227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Projects.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Row, Col } from "react-bootstrap";
import Col from "react-bootstrap/Col";
import electionImg from "../assets/project-icons/bavarian-state-election-2023.jpeg";
import btor2Img from "../assets/project-icons/Btor2-cert.jpeg";
import golImg from "../assets/project-icons/gol.png";
Expand Down Expand Up @@ -49,7 +49,7 @@ export const Projects = () => {
<div className="projectsContainer">

{
projects.map((project, index) => {
projects.map((project) => {
return (

<ProjectCard {...project} />
Expand Down

0 comments on commit 620d227

Please sign in to comment.