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.
 
 
 
 

7 satır
146 B

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