From 1350936275a89305c1a8cb13ac37de3655a4180c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gaute=20Fl=C3=A6gstad?= Date: Mon, 20 Oct 2025 15:30:51 +0200 Subject: [PATCH] fix(#4): :bug: fixed import --- src/potreeViewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/potreeViewer.js b/src/potreeViewer.js index 24fb4c9..8e657eb 100644 --- a/src/potreeViewer.js +++ b/src/potreeViewer.js @@ -1,4 +1,4 @@ -import { initAnnotationsPanel } from './AnnotationControl/AnnotationPanel.js' +import { initAnnotationsPanel } from './AnnotationControl/annotationPanel.js' import { initElevationControls } from './ElevationControl/elevationControl.js' import { initMeasurementsPanel } from './MeasurementControl/measurementsPanel.js' import { ecef } from './config.js'