chore: remove GripVertical as it is an unused import
This commit is contained in:
parent
0ee043b319
commit
9756559811
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Reference in New Issue