7 lines
146 B
CoffeeScript
7 lines
146 B
CoffeeScript
`import Ember from 'ember'`
|
|
`import SyncButton from 'travis/components/sync-button'`
|
|
|
|
Component = SyncButton.extend()
|
|
|
|
`export default Component`
|