Last active
July 16, 2016 15:34
-
-
Save jacobp100/b0714382b5f99f8a2e8d2400fa9888bf to your computer and use it in GitHub Desktop.
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
import { addCatViaForm } from './actions/cats'; | |
export default { | |
'add-cat': addCatViaForm, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment