Skip to content

Instantly share code, notes, and snippets.

@pahund
Last active October 16, 2018 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pahund/fb4d60710672c09d13c7d9ed656cd2e3 to your computer and use it in GitHub Desktop.
Save pahund/fb4d60710672c09d13c7d9ed656cd2e3 to your computer and use it in GitHub Desktop.
Root module of a Brick package
export { default as MyBrick } from './src/components/MyBrick';
export * from './src/actions';
export { default as reducer } from './src/reducer';
export { default as saga } from './src/saga';
export { default as selectors } from './src/selectors';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment