File tree 1 file changed +1
-1
lines changed
site/src/modules/resources 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ import { AgentDevcontainerCard } from "./AgentDevcontainerCard";
30
30
import { AgentLatency } from "./AgentLatency" ;
31
31
import { AGENT_LOG_LINE_HEIGHT } from "./AgentLogs/AgentLogLine" ;
32
32
import { AgentLogs } from "./AgentLogs/AgentLogs" ;
33
- import { useAgentLogs } from "./useAgentLogs" ;
34
33
import { AgentMetadata } from "./AgentMetadata" ;
35
34
import { AgentStatus } from "./AgentStatus" ;
36
35
import { AgentVersion } from "./AgentVersion" ;
@@ -40,6 +39,7 @@ import { PortForwardButton } from "./PortForwardButton";
40
39
import { AgentSSHButton } from "./SSHButton/SSHButton" ;
41
40
import { TerminalLink } from "./TerminalLink/TerminalLink" ;
42
41
import { VSCodeDesktopButton } from "./VSCodeDesktopButton/VSCodeDesktopButton" ;
42
+ import { useAgentLogs } from "./useAgentLogs" ;
43
43
44
44
export interface AgentRowProps {
45
45
agent : WorkspaceAgent ;
You can’t perform that action at this time.
0 commit comments