From 86188081fd363ac91943b3f5d7e2b9254c4f9ad9 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 3 Jun 2026 03:32:58 -0700 Subject: fix: eslint issues --- src/components/Footer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Footer') diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx index 4618042..12dce6b 100644 --- a/src/components/Footer/index.tsx +++ b/src/components/Footer/index.tsx @@ -1,5 +1,5 @@ import React from "react"; -import { IoBug, IoHeart } from "react-icons/io5"; +import { IoBug } from "react-icons/io5"; import { Button } from ".."; import * as Styled from "./index.styled"; -- cgit v1.2.3