Skip to content

Instantly share code, notes, and snippets.

@dcmwong
Created July 19, 2018 15:52
Show Gist options
  • Save dcmwong/db202a17ce1a6b3f29eeef80d607c74f to your computer and use it in GitHub Desktop.
Save dcmwong/db202a17ce1a6b3f29eeef80d607c74f 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