8000 🧹 · coder/coder@6ee8dcf · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ee8dcf

Browse files
committed
🧹
1 parent e4eb188 commit 6ee8dcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎site/src/pages/CreateUserPage/CreateUserForm.stories.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import { action } from "@storybook/addon-actions";
22
import type { Meta, StoryObj } from "@storybook/react";
33
import { userEvent, within } from "@storybook/test";
4+
import { organizationsKey } from "api/queries/organizations";
5+
import type { Organization } from "api/typesGenerated";
46
import {
5-
mockApiError,
67
MockOrganization,
78
MockOrganization2,
9+
mockApiError,
810
} from "testHelpers/entities";
911
import { CreateUserForm } from "./CreateUserForm";
10-
import { organizationsKey } from "api/queries/organizations";
11-
import type { Organization } from "api/typesGenerated";
1212

1313
const meta: Meta<typeof CreateUserForm> = {
1414
title: "pages/CreateUserPage",

0 commit comments

Comments
 (0)
0