diff --git a/src/routes/_authenticated/students.$id.tsx b/src/routes/_authenticated/students.$id.tsx
index 5236b2d..9618ec0 100644
--- a/src/routes/_authenticated/students.$id.tsx
+++ b/src/routes/_authenticated/students.$id.tsx
@@ -19,6 +19,7 @@ import { genTempPassword } from "@/lib/temp-password";
import { StudentGradeReport } from "@/components/gradebook";
import { StudentPlansTab } from "@/components/plans";
import { StudentEnrollmentTab } from "@/components/enrollment";
+import { StudentAlertsBanner, StudentAlertsTab } from "@/components/alerts";
import { money } from "@/lib/reports";
export const Route = createFileRoute("/_authenticated/students/$id")({
@@ -88,10 +89,13 @@ function StudentDetail() {
+
+
Profile
Enrollment & campus
+ Alerts
Family & pickup
Academics
504 / IEP
@@ -102,6 +106,7 @@ function StudentDetail() {
+