4 lines
139 B
TypeScript
4 lines
139 B
TypeScript
import { handleToken } from './token';
|
|||
import { handleSetUnit } from './unitSwap';
|
|||
export const meta = [...handleToken, ...handleSetUnit];
|