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