Skip to content

Commit af0c126

Browse files
committed
🧹
1 parent b9378d1 commit af0c126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/dashboard/Navbar/UserDropdown/UserDropdown.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import type { Meta, StoryObj } from "@storybook/react";
22
import { expect, screen, userEvent, within, waitFor } from "@storybook/test";
33
import { MockBuildInfo, MockUser } from "testHelpers/entities";
4-
import { UserDropdown } from "./UserDropdown";
54
import { withDashboardProvider } from "testHelpers/storybook";
5+
import { UserDropdown } from "./UserDropdown";
66

77
const meta: Meta<typeof UserDropdown> = {
88
title: "modules/dashboard/UserDropdown",

0 commit comments

Comments
 (0)