Skip to content

Commit 6f3f17d

Browse files
committed
fix: update import order for Storybook
1 parent a9acdb4 commit 6f3f17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacePage/WorkspaceActions/WorkspaceActions.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Meta, StoryObj } from "@storybook/react";
2+
import { userEvent, within, expect } from "@storybook/test";
23
import * as Mocks from "testHelpers/entities";
34
import { WorkspaceActions } from "./WorkspaceActions";
4-
import { userEvent, within, expect } from "@storybook/test";
55

66
const meta: Meta<typeof WorkspaceActions> = {
77
title: "pages/WorkspacePage/WorkspaceActions",

0 commit comments

Comments
 (0)