Skip to content

Commit 2c30481

Browse files
committed
import sorting strikes again
1 parent a4ce976 commit 2c30481

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/src/pages/UserSettingsPage/AccountPage/AccountUserGroups.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import {
44
MockUser,
55
mockApiError,
66
} from "testHelpers/entities";
7-
import { AccountUserGroups } from "./AccountUserGroups";
87
import { withDashboardProvider } from "testHelpers/storybook";
8+
import { AccountUserGroups } from "./AccountUserGroups";
99

1010
const MockGroup2 = {
1111
...MockGroup1,

site/src/pages/UserSettingsPage/AccountPage/AccountUserGroups.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import type { Group } from "api/typesGenerated";
55
import { ErrorAlert } from "components/Alert/ErrorAlert";
66
import { AvatarCard } from "components/AvatarCard/AvatarCard";
77
import { Loader } from "components/Loader/Loader";
8+
import { useDashboard } from "modules/dashboard/useDashboard";
89
import type { FC } from "react";
910
import { Section } from "../Section";
10-
import { useDashboard } from "modules/dashboard/useDashboard";
1111

1212
type AccountGroupsProps = {
1313
groups: readonly Group[] | undefined;

0 commit comments

Comments
 (0)