From 71f4551c1c789e266c2d829ad5ab2f7cc85d3f4a Mon Sep 17 00:00:00 2001 From: shunjid Date: Sat, 6 Jan 2024 18:14:09 +0600 Subject: [PATCH] Remove unused import --- src/app/skills/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/skills/index.tsx b/src/app/skills/index.tsx index b3b1ab2..37d505a 100644 --- a/src/app/skills/index.tsx +++ b/src/app/skills/index.tsx @@ -1,5 +1,4 @@ import React from "react"; -import { SiMongodb } from "react-icons/si"; import { Section } from "@/components/ui/section"; import { IResume } from "@/data/types";