File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
modules/workspaces/WorkspaceMoreActions Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import {
19
19
EllipsisVertical ,
20
20
HistoryIcon ,
21
21
SettingsIcon ,
22
- SquareCheckBigIcon ,
23
22
TrashIcon ,
24
23
} from "lucide-react" ;
25
24
import { type FC , useEffect , useState } from "react" ;
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import {
15
15
import capitalize from "lodash/capitalize" ;
16
16
import { timeFrom } from "utils/time" ;
17
17
18
+ import { ScrollArea } from "components/ScrollArea/ScrollArea" ;
18
19
import {
19
20
ChevronDownIcon ,
20
21
ChevronUpIcon ,
@@ -26,9 +27,8 @@ import {
26
27
import { AppStatusStateIcon } from "modules/apps/AppStatusStateIcon" ;
27
28
import { useAppLink } from "modules/apps/useAppLink" ;
28
29
import { type FC , useState } from "react" ;
29
- import { truncateURI } from "utils/uri" ;
30
30
import { Link as RouterLink } from "react-router-dom" ;
31
- import { ScrollArea } from "components/ScrollArea/ScrollArea " ;
31
+ import { truncateURI } from "utils/uri " ;
32
32
33
33
interface AppStatusesProps {
34
34
workspace : Workspace ;
You can’t perform that action at this time.
0 commit comments