fix: errors in import paths

This commit is contained in:
Christoph Kluge
2024-08-01 16:11:23 +02:00
parent 3ca1127685
commit c80d3a6958
3 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@
convert2uplot,
binsFromFootprint,
} from "./generic/utils.js";
import PlotSelection from "./analysis/PlotSelection.svelte.js";
import PlotSelection from "./analysis/PlotSelection.svelte";
import Filters from "./generic/Filters.svelte";
import PlotTable from "./generic/PlotTable.svelte";
import Histogram from "./generic/plots/Histogram.svelte";