Skip to content

Commit

Permalink
le hago caso al jefe
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelmarain committed Dec 12, 2024
1 parent 4f162b2 commit 5ad384d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FrontAdmin/src/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import PendientesFirma from './components/Pages/Estadisticas/SubPages/Pendientes
import Tareas from './components/Pages/TareasProgramadas/Tareas';
import Excels from './components/Pages/Excels/Excels';
import TablaMaterias from './components/Pages/Sysacad/Materias/TablaMaterias';
import { LuDatabaseBackup } from "react-icons/lu";

const routes = [
{
Expand Down Expand Up @@ -153,7 +154,7 @@ const routes = [
element: <Tareas />,
title: 'Procesos Automáticos',
rol: 'admin',
icon: <VscDebugRerun size="30px" />,
icon: <LuDatabaseBackup size="30px" />,
},
{
path: 'cuenta',
Expand Down

0 comments on commit 5ad384d

Please sign in to comment.