File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ import {
31
31
import { useAuthenticated } from "hooks" ;
32
32
import { ExternalLinkIcon , RotateCcwIcon , SendIcon } from "lucide-react" ;
33
33
import { AI_PROMPT_PARAMETER_NAME , type Task } from "modules/tasks/tasks" ;
34
- import { AI_APP_CHAT_SLUG } from "../TaskPage/constants" ;
35
34
import { WorkspaceAppStatus } from "modules/workspaces/WorkspaceAppStatus/WorkspaceAppStatus" ;
36
35
import { type FC , type ReactNode , useState } from "react" ;
37
36
import { Helmet } from "react-helmet-async" ;
@@ -40,6 +39,7 @@ import { Link as RouterLink } from "react-router-dom";
40
39
import TextareaAutosize from "react-textarea-autosize" ;
41
40
import { pageTitle } from "utils/page" ;
42
41
import { relativeTime } from "utils/time" ;
42
+ import { AI_APP_CHAT_SLUG } from "../TaskPage/constants" ;
43
43
import { type UserOption , UsersCombobox } from "./UsersCombobox" ;
44
44
45
45
type TasksFilter = {
You can’t perform that action at this time.
0 commit comments