import * as React from "react"; import { DetailList } from "@/components/detail/DetailList"; import { Button } from "@/components/ui/button"; import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; import type { ModelDetailState, SourceRow } from "@/types/local-frontier"; export type ModelDetailProps = { detail: ModelDetailState; }; function Sources({ rows }: { rows: readonly SourceRow[] }): React.JSX.Element { if (!rows.length) { return (
No model source links recorded.
); } return ({note}
))}Use this model with any hardware row in the local frontier catalog.