Skip to content

Commit

Permalink
Moving incorrectly ordered page component to correct pages category (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall authored Aug 3, 2022
1 parent 713399c commit 2e6aea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ addParameters({
'Foundations',
['Color', 'Shadow', 'Breakpoints'],
'Components',
['UI', 'App'],
['UI', 'App', 'Component Library'],
'Pages',
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import ConfirmationNetworkSwitch from '.';

export default {
title: 'Components/Pages/Confirmation/Components/ConfirmationNetworkSwitch', // ui/pages/confirmation/components/confirmation-network-switch/confirmation-network-switch.js
title: 'Pages/Confirmation/Components/ConfirmationNetworkSwitch',
id: __filename,
argTypes: {
newNetwork: {
Expand Down

0 comments on commit 2e6aea4

Please sign in to comment.