From f89e54a3ad4189970488e2d6e1c9158489662e25 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 00:00:44 +0000 Subject: [PATCH] Remove unused Navigate import cgen-5d65d9075c5445fca654437b7a117483 --- client/pages/Community.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index ac320e39..1ba54525 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -26,7 +26,6 @@ import { aethexToast } from "@/lib/aethex-toast"; import { cn } from "@/lib/utils"; import { Link, - Navigate, Route, Routes, useLocation,