Last active
October 16, 2018 09:44
-
-
Save pahund/fb4d60710672c09d13c7d9ed656cd2e3 to your computer and use it in GitHub Desktop.
Root module of a Brick package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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