Skip to content

Commit e90d7c3

Browse files
committed
🧹🧹
1 parent 5bb3e50 commit e90d7c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/src/pages/ManagementSettingsPage/OrganizationMembersPage.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { type Interpolation, type Theme, useTheme } from "@emotion/react";
1+
import type { Interpolation, Theme } from "@emotion/react";
22
import PersonAdd from "@mui/icons-material/PersonAdd";
33
import LoadingButton from "@mui/lab/LoadingButton";
44
import Table from "@mui/material/Table";
@@ -36,7 +36,6 @@ import { UserAvatar } from "components/UserAvatar/UserAvatar";
3636

3737
const OrganizationMembersPage: FC = () => {
3838
const queryClient = useQueryClient();
39-
const theme = useTheme();
4039
const { organization } = useParams() as { organization: string };
4140

4241
const membersQuery = useQuery(organizationMembers(organization));

0 commit comments

Comments
 (0)