initial commit with example event dispatch

This commit is contained in:
Christoph Kluge
2024-08-08 12:28:36 +02:00
parent c80d3a6958
commit 0afaea9513
3 changed files with 17 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
import {
init,
checkMetricDisabled,
} from "./utils.js";
} from "./generic/utils.js";
import PlotTable from "./generic/PlotTable.svelte";
import MetricPlot from "./generic/plots/MetricPlot.svelte";
import TimeSelection from "./generic/select/TimeSelection.svelte";