Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitac899be

Browse files
chore(site): move workspace topbar component (#11374)
1 parentdf3c310 commitac899be

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

‎site/src/pages/WorkspacePage/Workspace.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
}from"./WorkspaceBuildProgress";
2020
import{BuildsTable}from"./BuildsTable";
2121
import{WorkspaceDeletedBanner}from"./WorkspaceDeletedBanner";
22-
import{WorkspaceTopbar}from"./WorkspaceTopbar/WorkspaceTopbar";
22+
import{WorkspaceTopbar}from"./WorkspaceTopbar";
2323

2424
exporttypeWorkspaceError=
2525
|"getBuildsError"
File renamed without changes.

‎site/src/pages/WorkspacePage/WorkspaceTopbar/WorkspaceTopbar.tsx‎renamed to ‎site/src/pages/WorkspacePage/WorkspaceTopbar.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { WorkspaceStatusBadge } from "components/WorkspaceStatusBadge/WorkspaceS
1616
import{
1717
WorkspaceScheduleControls,
1818
shouldDisplayScheduleControls,
19-
}from"../WorkspaceScheduleControls";
19+
}from"./WorkspaceScheduleControls";
2020
import{workspaceQuota}from"api/queries/workspaceQuota";
2121
import{useQuery}from"react-query";
2222
importMonetizationOnOutlinedfrom"@mui/icons-material/MonetizationOnOutlined";

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp