The code powering m.abunchtell.com https://m.abunchtell.com
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

9 satır
196 B

  1. import { combineReducers } from 'redux-immutable';
  2. import statuses from './statuses';
  3. import meta from './meta';
  4. export default combineReducers({
  5. statuses,
  6. meta
  7. });