diff --git a/src/routes/_authenticated/students.$id.tsx b/src/routes/_authenticated/students.$id.tsx index d6145ed..5236b2d 100644 --- a/src/routes/_authenticated/students.$id.tsx +++ b/src/routes/_authenticated/students.$id.tsx @@ -18,6 +18,7 @@ import { createIntakeToken } from "@/lib/intake.functions"; import { genTempPassword } from "@/lib/temp-password"; import { StudentGradeReport } from "@/components/gradebook"; import { StudentPlansTab } from "@/components/plans"; +import { StudentEnrollmentTab } from "@/components/enrollment"; import { money } from "@/lib/reports"; export const Route = createFileRoute("/_authenticated/students/$id")({ @@ -90,6 +91,7 @@ function StudentDetail() { Profile + Enrollment & campus Family & pickup Academics 504 / IEP @@ -99,6 +101,7 @@ function StudentDetail() { {isAdmin && Contracts} +