0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed linting error

refs dd715b33dc

- we no longer use events in the theme service initialisation
This commit is contained in:
Hannah Wolfe 2021-02-22 21:16:05 +00:00
parent dd715b33dc
commit 6ab1fb4e1d

View file

@ -1,6 +1,5 @@
const _ = require('lodash');
const debug = require('ghost-ignition').debug('themes');
const {events} = require('../../../server/lib/common');
const {i18n: commonI18n} = require('../proxy');
const logging = require('../../../shared/logging');
const errors = require('@tryghost/errors');