diff --git a/src/components/timeline-core.ts b/src/components/timeline-core.ts index 016721d3..dfabd637 100644 --- a/src/components/timeline-core.ts +++ b/src/components/timeline-core.ts @@ -29,7 +29,7 @@ import { TimelineOptions, TimelineOptionsCluster, TimelineWindow, -} from 'vis-timeline/esnext/umd/vis-timeline-graph2d.min.js'; +} from 'vis-timeline/esnext'; import { CAMERA_BIRDSEYE } from '../const'; import { localize } from '../localize/localize'; import timelineCoreStyle from '../scss/timeline-core.scss';