mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
account-list-item (#11956)
This commit is contained in:
parent
4426104fc7
commit
616016a1f6
@ -0,0 +1,10 @@
|
|||||||
|
import React from 'react';
|
||||||
|
import AccountListItem from './account-list-item';
|
||||||
|
|
||||||
|
export default {
|
||||||
|
title: 'AccountListItem',
|
||||||
|
};
|
||||||
|
|
||||||
|
export const AccountListItemComponent = () => {
|
||||||
|
return <AccountListItem />;
|
||||||
|
};
|
Loading…
x
Reference in New Issue
Block a user