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