Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
Minmgf committed Nov 30, 2023
1 parent 3107820 commit 84f3bfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/Index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Header from '../src/components/Header'
import Habilidades from '../src/components/Habilidades'
import Proyectos from '../src/components/Proyectos'
import Footer from '../src/components/footer'
import Contactos from '../src/components/Contacto'


const Index = () => {
Expand All @@ -14,6 +15,7 @@ const Index = () => {
<Habilidades/>
<Proyectos/>
<Footer/>
<Contacto/>


</div>
Expand Down

0 comments on commit 84f3bfe

Please sign in to comment.