fix: reorder export statements for consistency
This commit is contained in:
@ -35,4 +35,4 @@ const ResizableHandle = ({
|
|||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|
||||||
export { ResizableHandle, ResizablePanel, ResizablePanelGroup };
|
export { ResizablePanelGroup, ResizablePanel, ResizableHandle };
|
||||||
|
Reference in New Issue
Block a user