mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
select issue
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user