mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 10:33:01 +00:00
use @
This commit is contained in:
@@ -2,6 +2,7 @@ import { ISSUE_DESCRIPTION_MAX_LENGTH, ISSUE_TITLE_MAX_LENGTH, type UserRecord }
|
||||
import { type FormEvent, useState } from "react";
|
||||
import { useAuthenticatedSession } from "@/components/session-provider";
|
||||
import { StatusSelect } from "@/components/status-select";
|
||||
import StatusTag from "@/components/status-tag";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import {
|
||||
Dialog,
|
||||
@@ -13,11 +14,10 @@ import {
|
||||
} from "@/components/ui/dialog";
|
||||
import { Field } from "@/components/ui/field";
|
||||
import { Label } from "@/components/ui/label";
|
||||
import { SelectTrigger } from "@/components/ui/select";
|
||||
import { UserSelect } from "@/components/user-select";
|
||||
import { issue } from "@/lib/server";
|
||||
import { cn } from "@/lib/utils";
|
||||
import StatusTag from "./status-tag";
|
||||
import { SelectTrigger } from "./ui/select";
|
||||
|
||||
export function CreateIssue({
|
||||
projectId,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import type { ReactNode } from "react";
|
||||
import { useState } from "react";
|
||||
import StatusTag from "@/components/status-tag";
|
||||
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select";
|
||||
import StatusTag from "./status-tag";
|
||||
|
||||
export function StatusSelect({
|
||||
statuses,
|
||||
|
||||
Reference in New Issue
Block a user