Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
This was left over as a result of elastic#56261
  • Loading branch information
rylnd committed Mar 5, 2020
1 parent 6421322 commit cf80333
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ import { RecentTimelines } from './recent_timelines';
import * as i18n from './translations';
import { FilterMode } from './types';

export interface MeApiResponse {
username: string;
}

interface OwnProps {
apolloClient: ApolloClient<{}>;
filterBy: FilterMode;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ import { WithHoverActions } from '../with_hover_actions';
import { RecentTimelineCounts } from './counts';
import * as i18n from './translations';

export interface MeApiResponse {
username: string;
}

export const RecentTimelines = React.memo<{
noTimelinesMessage: string;
onOpenTimeline: OnOpenTimeline;
Expand Down

0 comments on commit cf80333

Please sign in to comment.