From 3ecbe70fa70b187a03b727fd21b1fb36d46442d1 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Sun, 25 Jun 2023 17:14:20 -0700 Subject: Fix lint issues --- src/components/InfoPopUp/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/InfoPopUp') diff --git a/src/components/InfoPopUp/index.tsx b/src/components/InfoPopUp/index.tsx index eb22b19..8df4a23 100644 --- a/src/components/InfoPopUp/index.tsx +++ b/src/components/InfoPopUp/index.tsx @@ -1,5 +1,5 @@ import React from "react"; -import { IoMusicalNoteOutline, IoHelpCircleOutline } from "react-icons/io5"; +// import { IoMusicalNoteOutline, IoHelpCircleOutline } from "react-icons/io5"; import { Button } from ".."; import * as Styled from "./index.styled"; -- cgit v1.2.3