Skip to content

Instantly share code, notes, and snippets.

@dcmwong
Created July 19, 2018 15:52
Show Gist options
  • Save dcmwong/c8f44410947ba782d79e8568cf1f88e4 to your computer and use it in GitHub Desktop.
Save dcmwong/c8f44410947ba782d79e8568cf1f88e4 to your computer and use it in GitHub Desktop.
const addCustomerAction = getAction('addCustomer');
const editCustomerAction = getAction('editCustomer');
const deleteCustomerAction = getAction('deleteCustomer');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment