mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
854fc71ae7
* Organizing storybook to echo app folder structure * Updating new stories to follow new convention from develop
12 lines
271 B
JavaScript
12 lines
271 B
JavaScript
import React from 'react';
|
|
import OnboardingMetametrics from './metametrics';
|
|
|
|
export default {
|
|
title: 'Pages/OnboardingFlow/OnboardingMetametrics',
|
|
id: __filename,
|
|
};
|
|
|
|
export const DefaultStory = () => <OnboardingMetametrics />;
|
|
|
|
DefaultStory.storyName = 'Default';
|