From 32bf9f11f71591daeb64f7da36bcc861790e8782 Mon Sep 17 00:00:00 2001 From: ppc Date: Thu, 8 Aug 2024 19:40:45 +0100 Subject: [PATCH] remove redundant imports --- aimenet-web/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aimenet-web/app/page.tsx b/aimenet-web/app/page.tsx index ada1080..f088042 100644 --- a/aimenet-web/app/page.tsx +++ b/aimenet-web/app/page.tsx @@ -8,11 +8,9 @@ import {useForm} from "react-hook-form"; import {useRouter} from "next/navigation"; import {AppRouterInstance} from "next/dist/shared/lib/app-router-context.shared-runtime"; import { - ChevronRight, CreditCard, + ChevronRight, Earth, History, - Loader, - Network, Plus, ShieldAlert, SquareArrowOutUpRight,