mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-03-02 11:40:36 +00:00
4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
import { AppState } from 'features/reducers';
|
|||
|
|||
export const getRates = (state: AppState) => state.rates;
|