Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Hariom Gupta <[email protected]>
  • Loading branch information
hari45678 committed Jan 5, 2025
1 parent 48358d8 commit 8915fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jaeger-ui/src/types/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import { Router } from 'react-router-dom';
import { Location } from 'history';

import { Action } from 'redux';
import { ApiError } from './api-error';
import { TracesArchive } from './archive';
import { Config } from './config';
Expand All @@ -27,7 +28,6 @@ import { Trace } from './trace';
import TTraceDiffState from './TTraceDiffState';
import TTraceTimeline from './TTraceTimeline';
import { MetricsReduxState } from './metrics';
import { Action } from 'redux';

export type TNil = tNil;
export type IWebAnalytics = iWebAnalytics;
Expand Down

0 comments on commit 8915fdd

Please sign in to comment.