1
0
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:
George Marshall 2022-08-03 06:56:32 -07:00 committed by GitHub
parent 713399cb88
commit 2e6aea412a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ addParameters({
'Foundations', 'Foundations',
['Color', 'Shadow', 'Breakpoints'], ['Color', 'Shadow', 'Breakpoints'],
'Components', 'Components',
['UI', 'App'], ['UI', 'App', 'Component Library'],
'Pages', 'Pages',
], ],
}, },

View File

@ -2,7 +2,7 @@ import React from 'react';
import ConfirmationNetworkSwitch from '.'; import ConfirmationNetworkSwitch from '.';
export default { 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, id: __filename,
argTypes: { argTypes: {
newNetwork: { newNetwork: {