Skip to content

Commit 03e351d

Browse files
fix LGTM unused variable warning'
1 parent 2dc40a3 commit 03e351d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/gitlab/gitlabProject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Col, NavLink, Row , Badge } from 'react-bootstrap';
1+
import { Col , Row , Badge } from 'react-bootstrap';
22
import Image from "next/image";
33
import IssueIcon from '../../public/svg/issue';
44
import StarIcon from '../../public/svg/star';

0 commit comments

Comments
 (0)