mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-28 23:06:37 +01:00
9ce966ba1d
* Removing argTypes that are related to static props and don't have anything to do with the component. Also some general house keeping * updates
12 lines
243 B
JavaScript
12 lines
243 B
JavaScript
import React from 'react';
|
|
import RevealSeedPhrase from '.';
|
|
|
|
export default {
|
|
title: 'Pages/FirstTimeFlow/RevealSeedPhrase',
|
|
id: __filename,
|
|
};
|
|
|
|
export const DefaultStory = () => <RevealSeedPhrase />;
|
|
|
|
DefaultStory.storyName = 'Default';
|