Skip to content

Commit 83e643d

Browse files
committed
make fmt
1 parent 326d2bf commit 83e643d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import type { Meta, StoryObj } from "@storybook/react";
33
import { within } from "@testing-library/react";
44
import userEvent from "@testing-library/user-event";
55
import { chromatic } from "testHelpers/chromatic";
6-
import { withDashboardProvider } from "testHelpers/storybook";
76
import {
87
MockTemplate,
98
MockTemplateVersionParameter1,
@@ -12,6 +11,7 @@ import {
1211
MockUserOwner,
1312
mockApiError,
1413
} from "testHelpers/entities";
14+
import { withDashboardProvider } from "testHelpers/storybook";
1515
import { CreateWorkspacePageView } from "./CreateWorkspacePageView";
1616

1717
const meta: Meta<typeof CreateWorkspacePageView> = {

0 commit comments

Comments
 (0)