75a138cb39
refs https://github.com/TryGhost/Admin/pull/2227 - a continuation of #2227 that runs the native classes codemod against app/services
7 lines
230 B
JavaScript
7 lines
230 B
JavaScript
import Service from '@ember/service';
|
|
import classic from 'ember-classic-decorator';
|
|
import ghostPaths from 'ghost-admin/utils/ghost-paths';
|
|
|
|
@classic
|
|
export default class GhostPathsService extends Service.extend(ghostPaths()) {}
|