Skip to content

Commit

Permalink
Fix them nits
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover committed Aug 1, 2019
1 parent 46226a6 commit 1f36cab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/core/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ import { UiSettingsClient, UiSettingsState, UiSettingsClientContract } from './u
import { ApplicationSetup, Capabilities, ApplicationStart } from './application';
import { DocLinksStart } from './doc_links';
import { IContextContainer, IContextProvider, ContextSetup, IContextHandler } from './context';
// import { PluginOpaqueId } from '../server';
// export { PluginOpaqueId } from '../server';

export { CoreContext, CoreSystem } from './core_system';
export { RecursiveReadonly } from '../utils';
Expand Down
2 changes: 1 addition & 1 deletion src/core/server/plugins/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
import { Observable } from 'rxjs';
import { Type } from '@kbn/config-schema';

import { CoreSetup, CoreStart } from '../';
import { ConfigPath, EnvironmentMode } from '../config';
import { LoggerFactory } from '../logging';
import { CoreSetup, CoreStart } from '..';

export type PluginConfigSchema = Type<unknown> | null;

Expand Down

0 comments on commit 1f36cab

Please sign in to comment.