Skip to content

Commit

Permalink
🚨 Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Jun 4, 2021
1 parent 678fd95 commit 842add2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import React from 'react';
import { render } from 'react-dom';
import { Ast } from '@kbn/interpreter/common';
import { FormattedMessage, I18nProvider } from '@kbn/i18n/react';
import { I18nProvider } from '@kbn/i18n/react';
import { i18n } from '@kbn/i18n';
import { DatatableColumn } from 'src/plugins/expressions/public';
import { PaletteOutput, PaletteRegistry } from 'src/plugins/charts/public';
Expand Down

0 comments on commit 842add2

Please sign in to comment.