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