Created
July 19, 2018 15:52
-
-
Save dcmwong/db202a17ce1a6b3f29eeef80d607c74f to your computer and use it in GitHub Desktop.
Revisions
-
dcmwong created this gist
Jul 19, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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');