mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
11 lines
276 B
JavaScript
11 lines
276 B
JavaScript
import React from 'react';
|
|
import SmartTransactionStatusLabel from './smart-transaction-status';
|
|
|
|
export default {
|
|
title: 'Pages/Swaps/SmartTransactionStatusLabel',
|
|
};
|
|
|
|
export const SmartTransactionStatusLabelComponent = () => {
|
|
return <SmartTransactionStatusLabel />;
|
|
};
|