mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
4c9bf40688
* Initial commit * converted the component from class-based to functional. * Refactored component * Improved code and tests * Finished adding tests * Fixed eslint problems * Added back custodyLabels component * Fixed eslint problems * fixed ts lint problem * Fixed eslint problems * Added more tests and improved code * Added comments * Fixed eslint problems * Fixed eslint problems
4 lines
133 B
JavaScript
4 lines
133 B
JavaScript
import InteractiveReplacementTokenPage from './interactive-replacement-token-page';
|
|
|
|
export default InteractiveReplacementTokenPage;
|