1
0
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:
Etienne Dusseault 2021-08-30 18:04:24 -05:00 committed by GitHub
parent 8875e9a49c
commit 9f0f729c5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,10 @@
import React from 'react';
import TokenListPlaceholder from './token-list-placeholder.component';
export default {
title: 'TokenListPlaceholder',
};
export const TokenListPlaceholderComponent = () => {
return <TokenListPlaceholder />;
};