Skip to content

Commit

Permalink
removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Oct 31, 2019
1 parent 506217d commit d2d4e68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/

import * as rt from 'io-ts';
import { InfraSnapshotMetricType } from '../graphql/types';

export const ItemTypeRT = rt.keyof({
host: null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import React, {
isValidElement,
cloneElement,
FunctionComponent,
useCallback,
useMemo,
} from 'react';
import { EuiTitle } from '@elastic/eui';
Expand Down

0 comments on commit d2d4e68

Please sign in to comment.