This commit is contained in:
2026-08-22 23:10:19 +00:00
parent ad0d75e1af
commit 95af0717fb
-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 />,
});