Ghost/ghost/admin/app/services/ghost-paths.js

7 lines
230 B
JavaScript
Raw Normal View History

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