select issue

This commit is contained in:
Oliver Bryan
2025-12-14 19:53:47 +00:00
parent 1b35bc0b5d
commit bdfa0d3bb7
2 changed files with 27 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
import type { IssueRecord } from "@issue/shared";
import { Button } from "@/components/ui/button";
import { X } from "lucide-react";
import { Button } from "@/components/ui/button";
export function IssueDetailPane({ issue, close }: { issue: IssueRecord; close: () => void }) {
return (