Skip to content

Commit ce1de1f

Browse files
chore: correct import of link component
1 parent 90d366d commit ce1de1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backup src/components/Home/Projects.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Link } from "lucide-react";
1+
import Link from "next/link";
22

33
const Projects = () => {
44
const projectsData = [

0 commit comments

Comments
 (0)