diff --git a/src/app/(admin)/admin/rounds/[roundId]/page.tsx b/src/app/(admin)/admin/rounds/[roundId]/page.tsx
index 2e12351..74ca42f 100644
--- a/src/app/(admin)/admin/rounds/[roundId]/page.tsx
+++ b/src/app/(admin)/admin/rounds/[roundId]/page.tsx
@@ -85,6 +85,7 @@ import {
ShieldAlert,
Eye,
Pencil,
+ Mail,
} from 'lucide-react'
import {
Command,
@@ -1784,9 +1785,10 @@ export default function RoundDetailPage() {
diff --git a/src/components/ui/checkbox.tsx b/src/components/ui/checkbox.tsx
index 0e5db6c..b759488 100644
--- a/src/components/ui/checkbox.tsx
+++ b/src/components/ui/checkbox.tsx
@@ -13,7 +13,7 @@ const Checkbox = React.forwardRef<