1 import { AppState } from 'features/reducers'; 2 3 export const getRates = (state: AppState) => state.rates;