diff --git a/src/routes/_authenticated/students.tsx b/src/routes/_authenticated/students.tsx deleted file mode 100644 index dfb175b..0000000 --- a/src/routes/_authenticated/students.tsx +++ /dev/null @@ -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: () => , -});