Skip to content

Instantly share code, notes, and snippets.

@mcavaliere
Created September 28, 2018 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcavaliere/a0a7f3ba32e55b6aa705c84bce1db452 to your computer and use it in GitHub Desktop.
Save mcavaliere/a0a7f3ba32e55b6aa705c84bce1db452 to your computer and use it in GitHub Desktop.
// Old
export default {
// ...
}
// New
export default class {
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment