Skip to content

Commit 43685a6

Browse files
committed
FMT
1 parent 8212659 commit 43685a6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

site/src/pages/WorkspacesPage/WorkspacesTable.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ import { AvatarData } from "components/Avatar/AvatarData";
1313
import { AvatarDataSkeleton } from "components/Avatar/AvatarDataSkeleton";
1414
import { InfoTooltip } from "components/InfoTooltip/InfoTooltip";
1515
import { Stack } from "components/Stack/Stack";
16+
import {
17+
StatusIndicator,
18+
StatusIndicatorDot,
19+
type StatusIndicatorProps,
20+
} from "components/StatusIndicator/StatusIndicator";
1621
import {
1722
Table,
1823
TableBody,
@@ -36,17 +41,12 @@ import { type FC, type ReactNode, useMemo } from "react";
3641
import { useNavigate } from "react-router-dom";
3742
import { cn } from "utils/cn";
3843
import {
44+
type GetWorkspaceDisplayStatusType,
3945
getDisplayWorkspaceStatus,
4046
getDisplayWorkspaceTemplateName,
4147
lastUsedMessage,
42-
type GetWorkspaceDisplayStatusType,
4348
} from "utils/workspace";
4449
import { WorkspacesEmpty } from "./WorkspacesEmpty";
45-
import {
46-
StatusIndicator,
47-
StatusIndicatorDot,
48-
type StatusIndicatorProps,
49-
} from "components/StatusIndicator/StatusIndicator";
5050

5151
export interface WorkspacesTableProps {
5252
workspaces?: readonly Workspace[];

0 commit comments

Comments
 (0)