File tree 2 files changed +2
-2
lines changed
site/src/pages/UserSettingsPage/AccountPage
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
MockUser ,
5
5
mockApiError ,
6
6
} from "testHelpers/entities" ;
7
- import { AccountUserGroups } from "./AccountUserGroups" ;
8
7
import { withDashboardProvider } from "testHelpers/storybook" ;
8
+ import { AccountUserGroups } from "./AccountUserGroups" ;
9
9
10
10
const MockGroup2 = {
11
11
...MockGroup1 ,
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ import type { Group } from "api/typesGenerated";
5
5
import { ErrorAlert } from "components/Alert/ErrorAlert" ;
6
6
import { AvatarCard } from "components/AvatarCard/AvatarCard" ;
7
7
import { Loader } from "components/Loader/Loader" ;
8
+ import { useDashboard } from "modules/dashboard/useDashboard" ;
8
9
import type { FC } from "react" ;
9
10
import { Section } from "../Section" ;
10
- import { useDashboard } from "modules/dashboard/useDashboard" ;
11
11
12
12
type AccountGroupsProps = {
13
13
groups : readonly Group [ ] | undefined ;
You can’t perform that action at this time.
0 commit comments