Skip to content

Instantly share code, notes, and snippets.

import Ember from 'ember';
import hbs from 'htmlbars-inline-precompile';
import { connect } from 'ember-redux';
const stateToComputed = state => {
return {
number: state.number,
another: state.another,
};
};