UNPKG

x-weather

Version:

A collection of web components implementing portions of the OpenWeatherMap API.

8 lines (5 loc) 132 B
import { combineReducers } from 'redux' import weather from './weather' export const rootReducer = combineReducers({ weather })