mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-16 06:04:21 +00:00
4 lines
139 B
TypeScript
4 lines
139 B
TypeScript
import { handleToken } from './token';
|
|||
import { handleSetUnit } from './unitSwap';
|
|||
export const meta = [...handleToken, ...handleSetUnit];
|