From 52550aabb3e5f24bd15d0b5be33bdd80b31c5aef Mon Sep 17 00:00:00 2001 From: Aidan Date: Tue, 4 Mar 2025 09:33:07 -0500 Subject: [PATCH] rf: remove unused icons --- app/account/dashboard/exchange/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/account/dashboard/exchange/page.tsx b/app/account/dashboard/exchange/page.tsx index f678dbb..3a9f200 100644 --- a/app/account/dashboard/exchange/page.tsx +++ b/app/account/dashboard/exchange/page.tsx @@ -2,9 +2,6 @@ import { motion } from "framer-motion" import { SideMenu } from "@/components/pages/dashboard/SideMenu" -import { FaBitcoin } from "react-icons/fa6"; -import { TbArrowsExchange2 } from "react-icons/tb"; -import { SiLitecoin } from "react-icons/si"; import { BadgeDollarSign } from "lucide-react" const fadeIn = {