We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb9ca0 commit 882aca3Copy full SHA for 882aca3
src/components/Stream.astro
@@ -2,7 +2,6 @@
2
import { z } from "astro:schema";
3
import { Badge } from "@astrojs/starlight/components";
4
import parse from "parse-duration";
5
-import Details from "./Details.astro";
6
7
type Props = z.input<typeof props>;
8
0 commit comments