1
import Ember from 'ember';
2
3
export default function destroyApp(application) {
4
Ember.run(application, 'destroy');
5
}