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