From 9756559811266d9d9a5c884e4bd52a8bc9009322 Mon Sep 17 00:00:00 2001 From: Anwarul Islam Date: Sat, 12 Jul 2025 23:52:17 +0600 Subject: [PATCH] chore: remove GripVertical as it is an unused import --- apps/web/src/components/ui/resizable.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/web/src/components/ui/resizable.tsx b/apps/web/src/components/ui/resizable.tsx index fef4fbb..784f320 100644 --- a/apps/web/src/components/ui/resizable.tsx +++ b/apps/web/src/components/ui/resizable.tsx @@ -1,6 +1,5 @@ "use client"; -import { GripVertical } from "lucide-react"; import * as ResizablePrimitive from "react-resizable-panels"; import { cn } from "../../lib/utils"; @@ -36,4 +35,4 @@ const ResizableHandle = ({ /> ); -export { ResizablePanelGroup, ResizablePanel, ResizableHandle }; +export { ResizableHandle, ResizablePanel, ResizablePanelGroup };