mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
12 lines
258 B
JavaScript
12 lines
258 B
JavaScript
import React from 'react';
|
|
import { ImportTokenLink } from '.';
|
|
|
|
export default {
|
|
title: 'Components/Multichain/ImportTokenLink',
|
|
component: ImportTokenLink,
|
|
};
|
|
|
|
export const DefaultStory = () => <ImportTokenLink />;
|
|
|
|
DefaultStory.storyName = 'Default';
|