0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Fixed linter error

no issue

- removal of unused import was missed after removing it's usage
This commit is contained in:
Kevin Ansfield 2022-08-30 16:48:37 +01:00
parent bc185665a4
commit 80400fd303

View file

@ -1,5 +1,4 @@
import AuthenticatedRoute from 'ghost-admin/routes/authenticated';
import {action} from '@ember/object';
import {inject as service} from '@ember/service';
export default class IndexRoute extends AuthenticatedRoute {