Skip to content

Commit b7df1f5

Browse files
fix missing sveltetrap component
1 parent c43d4a0 commit b7df1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/frontend/src/generic/plots/DoubleMetricPlot.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import uPlot from "uplot";
1919
import { formatNumber, formatDurationTime } from "../units.js";
2020
import { getContext, onDestroy } from "svelte";
21-
import { Card } from "@sveltestrap/sveltestrap";
21+
import { Card, CardHeader, CardBody } from "@sveltestrap/sveltestrap";
2222
2323
/* Svelte 5 Props */
2424
let {

0 commit comments

Comments
 (0)