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 a87f388 commit 2de01f5Copy full SHA for 2de01f5
site/src/modules/resources/useAgentContainers.test.tsx
@@ -1,9 +1,6 @@
1
import { renderHook, waitFor } from "@testing-library/react";
2
import * as API from "api/api";
3
-import type {
4
- WorkspaceAgentDevcontainer,
5
- WorkspaceAgentListContainersResponse,
6
-} from "api/typesGenerated";
+import type { WorkspaceAgentListContainersResponse } from "api/typesGenerated";
7
import * as GlobalSnackbar from "components/GlobalSnackbar/utils";
8
import { http, HttpResponse } from "msw";
9
import type { FC, PropsWithChildren } from "react";
0 commit comments