mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
make -B fmt
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
import { action } from "@storybook/addon-actions";
|
import { action } from "@storybook/addon-actions";
|
||||||
import type { Meta, StoryObj } from "@storybook/react";
|
import type { Meta, StoryObj } from "@storybook/react";
|
||||||
|
import { within } from "@testing-library/react";
|
||||||
|
import userEvent from "@testing-library/user-event";
|
||||||
import { chromatic } from "testHelpers/chromatic";
|
import { chromatic } from "testHelpers/chromatic";
|
||||||
import {
|
import {
|
||||||
MockTemplate,
|
MockTemplate,
|
||||||
@ -10,8 +12,6 @@ import {
|
|||||||
mockApiError,
|
mockApiError,
|
||||||
} from "testHelpers/entities";
|
} from "testHelpers/entities";
|
||||||
import { CreateWorkspacePageView } from "./CreateWorkspacePageView";
|
import { CreateWorkspacePageView } from "./CreateWorkspacePageView";
|
||||||
import { within } from "@testing-library/react";
|
|
||||||
import userEvent from "@testing-library/user-event";
|
|
||||||
|
|
||||||
const meta: Meta<typeof CreateWorkspacePageView> = {
|
const meta: Meta<typeof CreateWorkspacePageView> = {
|
||||||
title: "pages/CreateWorkspacePage",
|
title: "pages/CreateWorkspacePage",
|
||||||
|
Reference in New Issue
Block a user