The purpose of this document is to demonstrate how methods and classes could be import
ed inside an Ember CLI project, instead of accessing them on the Ember
namespace.
For example, instead of doing this:
import Ember from 'ember';
export default Ember.Component.extend({