We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cff1d commit fee5bd3Copy full SHA for fee5bd3
site/src/components/Resources/AgentRow.tsx
@@ -30,7 +30,6 @@ import {
30
workspaceAgentLogsMachine,
31
} from "xServices/workspaceAgentLogs/workspaceAgentLogsXService"
32
import {
33
- DefaultApp,
34
Workspace,
35
WorkspaceAgent,
36
WorkspaceAgentMetadata,
@@ -45,8 +44,6 @@ import { AgentVersion } from "./AgentVersion"
45
44
import { AgentStatus } from "./AgentStatus"
46
import Collapse from "@mui/material/Collapse"
47
import { useProxy } from "contexts/ProxyContext"
48
-import { Typegen0 } from "xServices/auth/authXService.typegen"
49
-import { Agent } from "../../../e2e/provisionerGenerated"
50
51
export interface AgentRowProps {
52
agent: WorkspaceAgent
0 commit comments