mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
f162c58f5a
* allow adding networks with the same chainId as an existing network via API Co-authored-by: Kurush Dubash <kurush@alchemyapi.io>
12 lines
276 B
JavaScript
12 lines
276 B
JavaScript
import React from 'react';
|
|
import ConfirmationWarningModal from '.';
|
|
|
|
export default {
|
|
title: 'Components/App/ConfirmationWarningModal',
|
|
id: __filename,
|
|
};
|
|
|
|
export const DefaultStory = (args) => <ConfirmationWarningModal {...args} />;
|
|
|
|
DefaultStory.storyName = 'Default';
|