Skip to content

Instantly share code, notes, and snippets.

@chardos
Last active December 8, 2018 12:08
Show Gist options
  • Save chardos/2fd7a5d11e71c8ddc5bf9b7fb2a71590 to your computer and use it in GitHub Desktop.
Save chardos/2fd7a5d11e71c8ddc5bf9b7fb2a71590 to your computer and use it in GitHub Desktop.
// reducers.js
import dogs from "./dogs";
import cats from "./cats";
export default {
dogs,
cats
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment