Skip to content

Commit

Permalink
Sort import alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
fullofcaffeine committed May 28, 2024
1 parent d132170 commit 43e1a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export { default as PanelHeader } from './panel/header';
export { default as PanelRow } from './panel/row';
export { default as Placeholder } from './placeholder';
export { default as Popover } from './popover';
export { ProgressBar } from './progress-bar';
export { default as QueryControls } from './query-controls';
export { default as __experimentalRadio } from './radio-group/radio';
export { default as __experimentalRadioGroup } from './radio-group';
Expand Down Expand Up @@ -201,7 +202,6 @@ export {
} from './slot-fill';
export { default as __experimentalStyleProvider } from './style-provider';
export { ZStack as __experimentalZStack } from './z-stack';
export { ProgressBar } from './progress-bar';

// Higher-Order Components.
export {
Expand Down

0 comments on commit 43e1a57

Please sign in to comment.