chore: remove GripVertical as it is an unused import
This commit is contained in:
@ -1,6 +1,5 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { GripVertical } from "lucide-react";
|
|
||||||
import * as ResizablePrimitive from "react-resizable-panels";
|
import * as ResizablePrimitive from "react-resizable-panels";
|
||||||
|
|
||||||
import { cn } from "../../lib/utils";
|
import { cn } from "../../lib/utils";
|
||||||
@ -36,4 +35,4 @@ const ResizableHandle = ({
|
|||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|
||||||
export { ResizablePanelGroup, ResizablePanel, ResizableHandle };
|
export { ResizableHandle, ResizablePanel, ResizablePanelGroup };
|
||||||
|
Reference in New Issue
Block a user