mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Fixed linting error
refs dd715b33dc
- we no longer use events in the theme service initialisation
This commit is contained in:
parent
dd715b33dc
commit
6ab1fb4e1d
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
const _ = require('lodash');
|
const _ = require('lodash');
|
||||||
const debug = require('ghost-ignition').debug('themes');
|
const debug = require('ghost-ignition').debug('themes');
|
||||||
const {events} = require('../../../server/lib/common');
|
|
||||||
const {i18n: commonI18n} = require('../proxy');
|
const {i18n: commonI18n} = require('../proxy');
|
||||||
const logging = require('../../../shared/logging');
|
const logging = require('../../../shared/logging');
|
||||||
const errors = require('@tryghost/errors');
|
const errors = require('@tryghost/errors');
|
||||||
|
|
Loading…
Add table
Reference in a new issue