feat: Add dashboard and asignaturas routes with corresponding components

This commit is contained in:
2025-08-21 07:49:01 -06:00
parent 51faa98022
commit fe471bcfc2
7 changed files with 69 additions and 104 deletions

View File

@@ -22,7 +22,6 @@ import {
LayoutDashboard,
GraduationCap,
FileText,
Settings,
LogOut,
KeySquare,
IdCard,
@@ -40,9 +39,8 @@ export const Route = createFileRoute("/_authenticated")({
const nav = [
{ to: "/planes", label: "Planes", icon: GraduationCap },
{ to: "/materias", label: "Materias", icon: FileText },
{ to: "/asignaturas", label: "Asignaturas", icon: FileText },
{ to: "/dashboard", label: "Dashboard", icon: LayoutDashboard },
{ to: "/ajustes", label: "Ajustes", icon: Settings },
] as const
function getInitials(name?: string) {