Skip to content

Commit e47296c

Browse files
committed
make -B fmt
1 parent da9239e commit e47296c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/CreateWorkspacePage/CreateWorkspacePageView.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import { action } from "@storybook/addon-actions";
22
import type { Meta, StoryObj } from "@storybook/react";
3+
import { within } from "@testing-library/react";
4+
import userEvent from "@testing-library/user-event";
35
import { chromatic } from "testHelpers/chromatic";
46
import {
57
MockTemplate,
@@ -10,8 +12,6 @@ import {
1012
mockApiError,
1113
} from "testHelpers/entities";
1214
import { CreateWorkspacePageView } from "./CreateWorkspacePageView";
13-
import { within } from "@testing-library/react";
14-
import userEvent from "@testing-library/user-event";
1515

1616
const meta: Meta<typeof CreateWorkspacePageView> = {
1717
title: "pages/CreateWorkspacePage",

0 commit comments

Comments
 (0)