Skip to content

Instantly share code, notes, and snippets.

@nicolascbarbosa
Created January 22, 2019 15:34
Show Gist options
  • Save nicolascbarbosa/e18d43f9898da62d0da299537442ae69 to your computer and use it in GitHub Desktop.
Save nicolascbarbosa/e18d43f9898da62d0da299537442ae69 to your computer and use it in GitHub Desktop.
// Exportando
export const LOAD = 'my-app/widgets/LOAD';
export const CREATE = 'my-app/widgets/CREATE';
export const UPDATE = 'my-app/widgets/UPDATE';
export const REMOVE = 'my-app/widgets/REMOVE';
// Importando
import { LOAD } from './ducks.js'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment