Skip to content

Commit

Permalink
🚑 arregulito, je
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliansintilde committed Mar 1, 2024
1 parent c3714df commit 7b13c36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/egresados.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ import Ficha from '@/componentes/Ficha.astro';
import Cabezote from '@/componentes/Cabezote.astro';
import EgresadosNombres from '@/componentes/EgresadosNombres.astro';
import ListasEgresados from '@/componentes/ListasEgresados.astro';
import PataLogos from '@/componentes/PataLogos.astro';
import Creditos from '@/componentes/Creditos.astro';
---

<Plantilla>
<Cabezote />
<main>
<Creditos />
<PataLogos />
<Ficha />
<ListasEgresados />
<EgresadosNombres />
Expand Down

0 comments on commit 7b13c36

Please sign in to comment.