Ghost/ghost/admin/app/services/ghost-paths.js
Gabriel Csapo 75a138cb39 [chore] Ran native classes codemod for app/services (#2240)
refs https://github.com/TryGhost/Admin/pull/2227

- a continuation of #2227 that runs the native classes codemod against app/services
2022-02-02 22:11:11 +00:00

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()) {}