mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Add mobile-sync component to Storybook (#11645)
* mobile sync * lintfix
This commit is contained in:
parent
57a5e4528b
commit
2de9628865
13
ui/pages/mobile-sync/mobile-sync.stories.js
Normal file
13
ui/pages/mobile-sync/mobile-sync.stories.js
Normal file
@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
import { action } from '@storybook/addon-actions';
|
||||
import MobileSyncPage from './mobile-sync.component';
|
||||
|
||||
export default {
|
||||
title: 'Mobile Sync',
|
||||
};
|
||||
|
||||
export const MobileSyncComponent = () => {
|
||||
return (
|
||||
<MobileSyncPage requestRevealSeedWords={action('Mobile Sync Requested')} />
|
||||
);
|
||||
};
|
Loading…
Reference in New Issue
Block a user