fix: reorder export statements for consistency

This commit is contained in:
Anwarul Islam 2025-07-12 23:53:15 +06:00
parent 9756559811
commit d0769fdcaa
1 changed files with 1 additions and 1 deletions

View File

@ -35,4 +35,4 @@ const ResizableHandle = ({
/>
);
export { ResizableHandle, ResizablePanel, ResizablePanelGroup };
export { ResizablePanelGroup, ResizablePanel, ResizableHandle };