Skip to content

Commit

Permalink
docs: set components order
Browse files Browse the repository at this point in the history
  • Loading branch information
gciotola committed Nov 6, 2023
1 parent 0c88dc9 commit 1782644
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/docs/.storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ const parameters: Parameters = {
'Getting Started',
'Components',
[
'Availability',
['AvailabilityContainer'],
'Prices',
['PricesContainer'],
'Skus',
['SkusContainer', 'Skus'],
'Prices',
['PricesContainer'],
'Availability',
['AvailabilityContainer'],
'Orders',
['OrderStorage', 'OrderContainer'],
'Cart',
Expand Down

0 comments on commit 1782644

Please sign in to comment.