mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Moving incorrectly ordered page component to correct pages category (#15426)
This commit is contained in:
parent
713399cb88
commit
2e6aea412a
@ -33,7 +33,7 @@ addParameters({
|
||||
'Foundations',
|
||||
['Color', 'Shadow', 'Breakpoints'],
|
||||
'Components',
|
||||
['UI', 'App'],
|
||||
['UI', 'App', 'Component Library'],
|
||||
'Pages',
|
||||
],
|
||||
},
|
||||
|
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user