Skip to content

Instantly share code, notes, and snippets.

@nogtini
Last active April 18, 2018 17:43
Show Gist options
  • Save nogtini/00cfc2cd7f18cb87a7742a1bb31923f3 to your computer and use it in GitHub Desktop.
Save nogtini/00cfc2cd7f18cb87a7742a1bb31923f3 to your computer and use it in GitHub Desktop.
Interactor example for PizzaOrder
import {DisplayModal} from '@actions/PizzaOrder.actions';
import {AddTopping, AddCrustType} from '@actions/PizzaOrder.actions';
// namespace actions specific only to theme
export const PizzaOrderInteractors = {
AddTopping: AddTopping,
AddCrustType: AddCrustType,
DisplayModal: DisplayModal
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment