File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
site/src/modules/resources Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import type {
10
10
WorkspaceAgent ,
11
11
WorkspaceAgentMetadata ,
12
12
} from "api/typesGenerated" ;
13
+ import { isAxiosError } from "axios" ;
13
14
import { DropdownArrow } from "components/DropdownArrow/DropdownArrow" ;
14
15
import type { Line } from "components/Logs/LogLine" ;
15
16
import { Stack } from "components/Stack/Stack" ;
@@ -40,7 +41,6 @@ import { PortForwardButton } from "./PortForwardButton";
40
41
import { AgentSSHButton } from "./SSHButton/SSHButton" ;
41
42
import { TerminalLink } from "./TerminalLink/TerminalLink" ;
42
43
import { VSCodeDesktopButton } from "./VSCodeDesktopButton/VSCodeDesktopButton" ;
43
- import { isAxiosError } from "axios" ;
44
44
45
45
export interface AgentRowProps {
46
46
agent : WorkspaceAgent ;
You can’t perform that action at this time.
0 commit comments