Skip to content

Commit

Permalink
Fixes post-merge frm master
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Apr 13, 2020
1 parent a2aa517 commit 0cb54f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
MiddlewareActionSpyHelper,
setPolicyListApiMockImplementation,
} from './test_mock_utils';
import { INGEST_API_DATASOURCES } from '../../services/ingest';
import { INGEST_API_DATASOURCES } from './services/ingest';

describe('policy list store concerns', () => {
let fakeCoreStart: ReturnType<typeof coreMock.createStart>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

import { HttpStart } from 'kibana/public';
import { Dispatch } from 'redux';
import { GetDatasourcesResponse, INGEST_API_DATASOURCES } from '../../services/ingest';
import { INGEST_API_DATASOURCES } from './services/ingest';
import { EndpointDocGenerator } from '../../../../../common/generate_data';
import { AppAction, GlobalState, MiddlewareFactory } from '../../types';
import { AppAction, GetDatasourcesResponse, GlobalState, MiddlewareFactory } from '../../types';

const generator = new EndpointDocGenerator('policy-list');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

import { Immutable } from '../../../../../common/types';
import { EndpointAppLocation, PageId } from '../../types';
import { EndpointAppLocation } from '../../types';

interface UserChangedUrl {
readonly type: 'userChangedUrl';
Expand Down

0 comments on commit 0cb54f6

Please sign in to comment.