From 1e001d49dbed49e0cceb4d7da3d58fde020f1dd4 Mon Sep 17 00:00:00 2001 From: Marcin Michniewicz <45601541+aibcmars@users.noreply.github.com> Date: Fri, 23 Oct 2020 15:35:23 +0200 Subject: [PATCH] typo fix --- src/component/mxgraph/MxGraphConfigurator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/mxgraph/MxGraphConfigurator.ts b/src/component/mxgraph/MxGraphConfigurator.ts index d59c184098..ce4c6cc246 100644 --- a/src/component/mxgraph/MxGraphConfigurator.ts +++ b/src/component/mxgraph/MxGraphConfigurator.ts @@ -18,7 +18,7 @@ import ShapeConfigurator from './config/ShapeConfigurator'; import MarkerConfigurator from './config/MarkerConfigurator'; import MxClientConfigurator from './config/MxClientConfigurator'; import { BpmnVisualizationOptions } from '../BpmnVisualization'; -import { BpmnMxGraph } from './BpmnMxgraph'; +import { BpmnMxGraph } from './BpmnMxGraph'; /** * Configure the BpmnMxGraph graph that can be used by the lib