We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83f847 commit 963afecCopy full SHA for 963afec
site/src/pages/WorkspacePage/WorkspaceScheduleControls.tsx
@@ -28,10 +28,7 @@ import {
28
} from "api/queries/workspaces";
29
import { TopbarData, TopbarIcon } from "components/FullPageLayout/Topbar";
30
import { displayError, displaySuccess } from "components/GlobalSnackbar/utils";
31
-import {
32
- getWorkspaceActivityStatus,
33
- type WorkspaceActivityStatus,
34
-} from "modules/workspaces/activity";
+import { getWorkspaceActivityStatus } from "modules/workspaces/activity";
35
import { Pill } from "components/Pill/Pill";
36
37
export interface WorkspaceScheduleContainerProps {
0 commit comments