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

@@ -17,7 +17,7 @@
} from "@sveltestrap/sveltestrap";
import { maxScope } from "../generic/utils.js";
import StatsTableEntry from "./StatsTableEntry.svelte";
import MetricSelection from "../generic/Select/MetricSelection.svelte";
import MetricSelection from "../generic/select/MetricSelection.svelte";
export let job;
export let jobMetrics;