6 lines
79 B
CoffeeScript
6 lines
79 B
CoffeeScript
`import Ember from 'ember'`
|
|
|
|
View = Ember.View.extend()
|
|
|
|
`export default View`
|