Skip to content

Instantly share code, notes, and snippets.

@dcmwong
Created July 19, 2018 15:52
Show Gist options
  • Select an option

  • Save dcmwong/db202a17ce1a6b3f29eeef80d607c74f to your computer and use it in GitHub Desktop.

Select an option

Save dcmwong/db202a17ce1a6b3f29eeef80d607c74f to your computer and use it in GitHub Desktop.

Revisions

  1. dcmwong created this gist Jul 19, 2018.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    const addCustomerAction = getAction('addCustomer');
    const editCustomerAction = getAction('editCustomer');
    const deleteCustomerAction = getAction('deleteCustomer');