mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-09-10 02:33:01 +02:00
fix: errors in import paths
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user