This commit is contained in:
2026-08-22 23:10:37 +00:00
parent 95e70fa973
commit d8a306895f
-7
View File
@@ -1,7 +0,0 @@
import { createFileRoute, Outlet } from "@tanstack/react-router";
// Layout route for /students. The list lives in students.index.tsx; the child
// routes (students.new, students.$id) render here through the Outlet.
export const Route = createFileRoute("/_authenticated/students")({
component: () => <Outlet />,
});