Skip to content

Commit 963afec

Browse files
committed
🧹
1 parent f83f847 commit 963afec

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

site/src/pages/WorkspacePage/WorkspaceScheduleControls.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ import {
2828
} from "api/queries/workspaces";
2929
import { TopbarData, TopbarIcon } from "components/FullPageLayout/Topbar";
3030
import { displayError, displaySuccess } from "components/GlobalSnackbar/utils";
31-
import {
32-
getWorkspaceActivityStatus,
33-
type WorkspaceActivityStatus,
34-
} from "modules/workspaces/activity";
31+
import { getWorkspaceActivityStatus } from "modules/workspaces/activity";
3532
import { Pill } from "components/Pill/Pill";
3633

3734
export interface WorkspaceScheduleContainerProps {

0 commit comments

Comments
 (0)