File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,10 @@ import {
36
36
TableRowSkeleton ,
37
37
} from "components/TableLoader/TableLoader" ;
38
38
39
+ import { ExternalImage } from "components/ExternalImage/ExternalImage" ;
39
40
import { useAuthenticated } from "hooks" ;
40
41
import { useExternalAuth } from "hooks/useExternalAuth" ;
41
- import { AlertTriangleIcon , RotateCcwIcon , SendIcon } from "lucide-react" ;
42
+ import { RotateCcwIcon , SendIcon } from "lucide-react" ;
42
43
import { AI_PROMPT_PARAMETER_NAME , type Task } from "modules/tasks/tasks" ;
43
44
import { WorkspaceAppStatus } from "modules/workspaces/WorkspaceAppStatus/WorkspaceAppStatus" ;
44
45
import { generateWorkspaceName } from "modules/workspaces/generateWorkspaceName" ;
@@ -49,9 +50,7 @@ import { Link as RouterLink } from "react-router-dom";
49
50
import TextareaAutosize from "react-textarea-autosize" ;
50
51
import { pageTitle } from "utils/page" ;
51
52
import { relativeTime } from "utils/time" ;
52
- import { ExternalAuthButton } from "../CreateWorkspacePage/ExternalAuthButton" ;
53
53
import { type UserOption , UsersCombobox } from "./UsersCombobox" ;
54
- import { ExternalImage } from "components/ExternalImage/ExternalImage" ;
55
54
56
55
type TasksFilter = {
57
56
user : UserOption | undefined ;
You can’t perform that action at this time.
0 commit comments