remove unused ui/field_editor reference (#34969) (#35055)

This commit is contained in:
Matthew Kime 2019-04-14 23:18:01 -05:00 committed by GitHub
parent 6cd4fc393d
commit 458d7b025f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,6 @@ import { render, unmountComponentAtNode } from 'react-dom';
import { FormattedMessage } from '@kbn/i18n/react';
import './sections';
import 'ui/field_editor';
import uiRoutes from 'ui/routes';
import { I18nContext } from 'ui/i18n';
import { uiModules } from 'ui/modules';