Skip to content

Instantly share code, notes, and snippets.

View willryan's full-sized avatar
😕
Why does GitHub need a status?

William Pleasant-Ryan willryan

😕
Why does GitHub need a status?
View GitHub Profile
import Ember from 'ember';
import hbs from 'htmlbars-inline-precompile';
import connect from 'ember-redux/components/connect';
var stateToComputed = (state) => {
return {
number: state.number
};
};