Skip to content

Instantly share code, notes, and snippets.

@nicolascbarbosa
Last active January 22, 2019 15:34
Show Gist options
  • Save nicolascbarbosa/f0c10053f12e37c32ea3639782a6e83b to your computer and use it in GitHub Desktop.
Save nicolascbarbosa/f0c10053f12e37c32ea3639782a6e83b to your computer and use it in GitHub Desktop.
// Exportando
export const create = () => ({
type: CREATE,
})
// Importando
import { create } from './ducks.js'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment