Skip to content

Commit 6c81f01

Browse files
committed
restart it
1 parent b208e5e commit 6c81f01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/head-content.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import { inject as service } from '@ember/service';
1+
import { inject } from '@ember/service';
22
import Component from '@ember/component';
33
import layout from '../templates/head';
44

55
export default Component.extend({
66
tagName: '',
7-
model: service('head-data'),
7+
model: inject('head-data'),
88
layout
99
});

0 commit comments

Comments
 (0)