File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 11import { API } from "api/api" ;
22import { workspaceBuildParameters } from "api/queries/workspaceBuilds" ;
33import { workspaceByOwnerAndNameKey } from "api/queries/workspaces" ;
4- import {
5- AITaskPromptParameterName ,
6- type Task ,
7- type Workspace ,
8- } from "api/typesGenerated" ;
4+ import type { Task , Workspace } from "api/typesGenerated" ;
95import { ErrorAlert } from "components/Alert/ErrorAlert" ;
106import { Button } from "components/Button/Button" ;
117import {
@@ -21,7 +17,7 @@ import { Spinner } from "components/Spinner/Spinner";
2117import { Textarea } from "components/Textarea/Textarea" ;
2218import { useFormik } from "formik" ;
2319import type { FC } from "react" ;
24- import { useId , useState } from "react" ;
20+ import { useId } from "react" ;
2521import { useMutation , useQuery , useQueryClient } from "react-query" ;
2622
2723type ModifyPromptDialogProps = {
You can’t perform that action at this time.
0 commit comments