mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
11 lines
193 B
JavaScript
11 lines
193 B
JavaScript
|
import React from 'react';
|
||
|
import InfoTab from '.';
|
||
|
|
||
|
export default {
|
||
|
title: 'Pages/Settings/InfoTab',
|
||
|
};
|
||
|
|
||
|
export const DefaultStory = () => <InfoTab />;
|
||
|
|
||
|
DefaultStory.storyName = 'Default';
|