Modified by www.SourceFiles.app

This commit is contained in:
2026-08-07 04:13:10 +00:00
parent 35cb11b274
commit a53c040cf3
-6
View File
@@ -1,6 +0,0 @@
import { createFileRoute, Outlet } from "@tanstack/react-router";
// Layout route for /classes; list is in classes.index.tsx, detail in classes.$id.tsx.
export const Route = createFileRoute("/_authenticated/classes")({
component: () => <Outlet />,
});