parent
75b75358cd
commit
253aac1fd4
27 changed files with 187 additions and 73 deletions
7
app/controllers/application.js
Normal file
7
app/controllers/application.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
const { Controller, inject: { service }} = Ember;
|
||||
|
||||
export default Controller.extend({
|
||||
session: service('session'),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue