Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Feb 3, 2020
1 parent cfab40a commit 94c053b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/legacy/plugins/reporting/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import { logConfiguration } from '../log_configuration';
import { ReportingPluginSpecOptions } from '../types.d';
import { createBrowserDriverFactory } from './browsers';
import { checkLicenseFactory, getExportTypesRegistry, LevelLogger, runValidations } from './lib';
import { registerReportingUsageCollector } from './usage';
import { registerRoutes } from './routes';

export interface ReportingInitializerContext {
Expand Down

0 comments on commit 94c053b

Please sign in to comment.