Skip to content

Commit

Permalink
tmp: root import examples
Browse files Browse the repository at this point in the history
  • Loading branch information
epixa committed Aug 9, 2019
1 parent 30db25f commit 7e002ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy/server/kbn_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { constant, once, compact, flatten } from 'lodash';

import { isWorker } from 'cluster';
import { fromRoot, pkg } from '../utils';
import { Config } from './config';
import { Config } from 'src/legacy/server/config';
import loggingConfiguration from './logging/configuration';
import configSetupMixin from './config/setup';
import httpMixin from './http';
Expand Down

0 comments on commit 7e002ed

Please sign in to comment.