8000 Fix FMT · coder/coder@ce790e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce790e2

Browse files
committed
Fix FMT
1 parent 22a43fe commit ce790e2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

site/src/modules/resources/AgentRow.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import type { Meta, StoryObj } from "@storybook/react";
2+
import { spyOn } from "@storybook/test";
3+
import { API } from "api/api";
24
import { getPreferredProxy } from "contexts/ProxyContext";
35
import { chromatic } from "testHelpers/chromatic";
46
import * as M from "testHelpers/entities";
@@ -8,8 +10,6 @@ import {
810
withWebSocket,
911
} from "testHelpers/storybook";
1012
import { AgentRow } from "./AgentRow";
11-
import { spyOn } from "@storybook/test";
12-
import { API } from "api/api";
1313

1414
const defaultAgentMetadata = [
1515
{

site/src/modules/resources/SSHButton/SSHButton.stories.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
import type { Meta, StoryObj } from "@storybook/react";
22
import { spyOn, userEvent, within } from "@storybook/test";
3+
import { API } from "api/api";
34
import {
4-
MockDeploymentConfig,
55
MockDeploymentSSH,
66
MockWorkspace,
77
MockWorkspaceAgent,
88
} from "testHelpers/entities";
99
import { withDesktopViewport } from "testHelpers/storybook";
1010
import { AgentSSHButton } from "./SSHButton";
11-
import { API } from "api/api";
1211

1312
const meta: Meta<typeof AgentSSHButton> = {
1413
title: "modules/resources/AgentSSHButton",

0 commit comments

Comments
 (0)
0