Skip to content

Commit 019fcfd

Browse files
committed
format
1 parent 115570f commit 019fcfd

File tree

1 file changed

+1
-1
lines changed
  • apps/web/app/(org)/dashboard/settings/organization/components

1 file changed

+1
-1
lines changed

apps/web/app/(org)/dashboard/settings/organization/components/MembersCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"use client";
22

3+
import { buildEnv } from "@cap/env";
34
import {
45
Button,
56
Card,
@@ -25,7 +26,6 @@ import { ConfirmationDialog } from "@/app/(org)/dashboard/_components/Confirmati
2526
import { useDashboardContext } from "@/app/(org)/dashboard/Contexts";
2627
import { Tooltip } from "@/components/Tooltip";
2728
import { calculateSeats } from "@/utils/organization";
28-
import { buildEnv } from "@cap/env";
2929

3030
interface MembersCardProps {
3131
isOwner: boolean;

0 commit comments

Comments
 (0)