The code powering m.abunchtell.com https://m.abunchtell.com
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

9 wiersze
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. });