mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
token-placeholder (#11961)
This commit is contained in:
parent
8875e9a49c
commit
9f0f729c5b
@ -0,0 +1,10 @@
|
|||||||
|
import React from 'react';
|
||||||
|
import TokenListPlaceholder from './token-list-placeholder.component';
|
||||||
|
|
||||||
|
export default {
|
||||||
|
title: 'TokenListPlaceholder',
|
||||||
|
};
|
||||||
|
|
||||||
|
export const TokenListPlaceholderComponent = () => {
|
||||||
|
return <TokenListPlaceholder />;
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user