Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@LukeSmetham
Created September 20, 2019 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save LukeSmetham/6c08ec3846672b756caf262960e48375 to your computer and use it in GitHub Desktop.
Save LukeSmetham/6c08ec3846672b756caf262960e48375 to your computer and use it in GitHub Desktop.
import { combineReducers } from 'redux';
import { reducer as voxeet } from '@voxeet/react-components';
export default () =>
combineReducers({
voxeet,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment