mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-03 06:44:39 +00:00
4 lines
141 B
TypeScript
4 lines
141 B
TypeScript
import { currentTo } from './currentTo';
|
|||
import { currentValue } from './currentValue';
|
|||
export const current = [currentTo, ...currentValue];
|