From d261bea4e8b4663f9db0a95025387e2071721134 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 7 Aug 2026 05:42:30 +0000 Subject: [PATCH] Modified by www.SourceFiles.app --- src/routes/_authenticated/students.$id.tsx | 3 +++ 1 file changed, 3 insertions(+) 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} +