1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

account-list-item (#11956)

This commit is contained in:
Etienne Dusseault 2021-08-30 18:02:39 -05:00 committed by GitHub
parent 4426104fc7
commit 616016a1f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,10 @@
import React from 'react';
import AccountListItem from './account-list-item';
export default {
title: 'AccountListItem',
};
export const AccountListItemComponent = () => {
return <AccountListItem />;
};