File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
xServices/workspaceAgentLogs Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,7 @@ import {
7
7
CloseDropdown ,
8
8
OpenDropdown ,
9
9
} from "components/DropdownArrows/DropdownArrows" ;
10
- import {
11
- LogLine ,
12
- logLineHeight ,
13
- } from "components/WorkspaceBuildLogs/Logs/Logs" ;
10
+ import { LogLine , logLineHeight } from "components/WorkspaceBuildLogs/Logs" ;
14
11
import { PortForwardButton } from "./PortForwardButton" ;
15
12
import { VSCodeDesktopButton } from "components/Resources/VSCodeDesktopButton/VSCodeDesktopButton" ;
16
13
import {
Original file line number Diff line number Diff line change 1
1
import * as API from "api/api" ;
2
2
import { createMachine , assign } from "xstate" ;
3
- import { Line } from "components/WorkspaceBuildLogs/Logs/Logs " ;
3
+ import { Line } from "components/WorkspaceBuildLogs/Logs" ;
4
4
5
5
// Logs are stored as the Line interface to make rendering
6
6
// much more efficient. Instead of mapping objects each time, we're
You can’t perform that action at this time.
0 commit comments