Skip to content

Commit 8d5ef4c

Browse files
committed
🧹
1 parent b3d799f commit 8d5ef4c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

site/src/components/Resources/AgentMetadata.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import { watchAgentMetadata } from "api/api";
2-
import { WorkspaceAgent, WorkspaceAgentMetadata } from "api/typesGenerated";
2+
import type {
3+
WorkspaceAgent,
4+
WorkspaceAgentMetadata,
5+
} from "api/typesGenerated";
36
import { Stack } from "components/Stack/Stack";
47
import dayjs from "dayjs";
58
import {
@@ -14,7 +17,7 @@ import Skeleton from "@mui/material/Skeleton";
1417
import { MONOSPACE_FONT_FAMILY } from "theme/constants";
1518
import Tooltip from "@mui/material/Tooltip";
1619
import Box, { BoxProps } from "@mui/material/Box";
17-
import { Interpolation, Theme } from "@emotion/react";
20+
import { type Interpolation, type Theme } from "@emotion/react";
1821

1922
type ItemStatus = "stale" | "valid" | "loading";
2023

0 commit comments

Comments
 (0)