From fa3343dde0dcc1040d784121b6f700817efcf76c Mon Sep 17 00:00:00 2001 From: Thomas Neirynck Date: Tue, 14 Apr 2020 14:48:18 -0400 Subject: [PATCH] fix import --- .../sources/mvt_single_layer_vector_source/layer_wizard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/maps/public/layers/sources/mvt_single_layer_vector_source/layer_wizard.tsx b/x-pack/plugins/maps/public/layers/sources/mvt_single_layer_vector_source/layer_wizard.tsx index 9987c4e867b207..dfdea1489d50c2 100644 --- a/x-pack/plugins/maps/public/layers/sources/mvt_single_layer_vector_source/layer_wizard.tsx +++ b/x-pack/plugins/maps/public/layers/sources/mvt_single_layer_vector_source/layer_wizard.tsx @@ -9,7 +9,7 @@ import React from 'react'; import { MVTSingleLayerVectorSourceEditor, MVTSingleLayerVectorSourceConfig, -} from './mvt_single_layer_vector_source'; +} from './mvt_single_layer_vector_source_editor'; import { MVTSingleLayerVectorSource, sourceTitle } from './mvt_single_layer_vector_source'; import { LayerWizard, RenderWizardArguments } from '../../layer_wizard_registry'; import { SOURCE_TYPES } from '../../../../common/constants';