Skip to content

Commit

Permalink
add skills back
Browse files Browse the repository at this point in the history
  • Loading branch information
drjonnicholson committed Jul 12, 2024
1 parent 1f315df commit 754fbb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ import About from './components/About'
import Footer from './components/Footer'
import Header from './components/Header'
// import Publications from './components/Publications'
// import Skills from './components/Skills'
import Skills from './components/Skills'

const App = () => {
return (
<div>
<Header />
<main>
<About />
{/*
<Skills />
{/*
<Experience />
<Acclaim />
<Publications />*/}
Expand Down

0 comments on commit 754fbb2

Please sign in to comment.