Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Sep 10, 2021
1 parent bf44b50 commit 83ad234
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/plugins/field_formats/common/converters/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ export { TruncateFormat } from './truncate';
export { BoolFormat } from './boolean';
export { StaticLookupFormat } from './static_lookup';
export { HistogramFormat } from './histogram';
export { DateNanosFormat } from './date_nanos_shared';
export type { NumeralFormat } from './numeral';
2 changes: 0 additions & 2 deletions src/plugins/field_formats/common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ export {
StringFormat,
TruncateFormat,
HistogramFormat,
DateNanosFormat,
NumeralFormat,
} from './converters';

export { getHighlightRequest } from './utils';
Expand Down

0 comments on commit 83ad234

Please sign in to comment.