Skip to content

Commit

Permalink
Fix incorrect imports after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort committed Jan 28, 2021
1 parent 9ad32f8 commit 42c8b5e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
LogEntriesSummaryHighlightsBucket,
LogEntriesRequest,
} from '../../../../common/http_api';
import { LogEntry, LogColumn } from '../../../../common/log_entry';
import { LogColumn, LogEntryCursor, LogEntry } from '../../../../common/log_entry';
import {
InfraSourceConfiguration,
InfraSources,
Expand All @@ -33,7 +33,6 @@ import {
CompositeDatasetKey,
createLogEntryDatasetsQuery,
} from './queries/log_entry_datasets';
import { LogEntry, LogColumn, LogEntryCursor } from '../../../../common/log_entry';

export interface LogEntriesParams {
startTimestamp: number;
Expand Down

0 comments on commit 42c8b5e

Please sign in to comment.