File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
site/src/pages/WorkspacePage Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ import type { WorkspacePermissions } from "../../modules/workspaces/permissions"
14
14
import { HistorySidebar } from "./HistorySidebar" ;
15
15
import { ResourceMetadata } from "./ResourceMetadata" ;
16
16
import { ResourcesSidebar } from "./ResourcesSidebar" ;
17
- import { resourceOptionValue , useResourcesNav } from "./useResourcesNav" ;
18
17
import { WorkspaceBuildLogsSection } from "./WorkspaceBuildLogsSection" ;
19
18
import {
20
19
ActiveTransition ,
21
20
WorkspaceBuildProgress ,
22
21
} from "./WorkspaceBuildProgress" ;
23
22
import { WorkspaceDeletedBanner } from "./WorkspaceDeletedBanner" ;
24
23
import { WorkspaceTopbar } from "./WorkspaceTopbar" ;
24
+ import { resourceOptionValue , useResourcesNav } from "./useResourcesNav" ;
25
25
26
26
interface WorkspaceProps {
27
27
workspace : TypesGen . Workspace ;
You can’t perform that action at this time.
0 commit comments