Skip to content

Commit b053f32

Browse files
committed
linting
1 parent 685848d commit b053f32

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
import type { Meta, StoryObj } from "@storybook/react";
2-
import {
3-
expect,
4-
screen,
5-
spyOn,
6-
userEvent,
7-
waitFor,
8-
within,
9-
} from "@storybook/test";
2+
import { spyOn, userEvent, within } from "@storybook/test";
103
import { API } from "api/api";
114
import { getPreferredProxy } from "contexts/ProxyContext";
125
import { chromatic } from "testHelpers/chromatic";

0 commit comments

Comments
 (0)