Skip to content

Commit

Permalink
fix(#4): 🐛 fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
gautegf committed Oct 20, 2025
1 parent 5fbdeda commit 1350936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/potreeViewer.js
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 1350936

Please sign in to comment.