mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-25 02:31:59 -05:00
Fixed lint error
refs 551ecb2b40
- Leftover module import and clearly not enough attention on my side caused it -_-
This commit is contained in:
parent
551ecb2b40
commit
6fd05592f8
1 changed files with 0 additions and 1 deletions
1
core/frontend/services/routing/bootstrap.js
vendored
1
core/frontend/services/routing/bootstrap.js
vendored
|
@ -9,7 +9,6 @@ const ParentRouter = require('./ParentRouter');
|
|||
const EmailRouter = require('./EmailRouter');
|
||||
const UnsubscribeRouter = require('./UnsubscribeRouter');
|
||||
|
||||
const labs = require('../../../shared/labs');
|
||||
// This emits its own routing events
|
||||
const events = require('../../../server/lib/common/events');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue