Skip to content

Instantly share code, notes, and snippets.

@mmintel
Created May 11, 2018 14:34
Show Gist options
  • Select an option

  • Save mmintel/48254d4a067bc3a81ff4c5893f872478 to your computer and use it in GitHub Desktop.

Select an option

Save mmintel/48254d4a067bc3a81ff4c5893f872478 to your computer and use it in GitHub Desktop.
export default class Controller {
constructor(model) {
this.model = model;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment