Skip to content

Commit d369ba9

Browse files
Experience
1 parent e01f491 commit d369ba9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/App.jsx

+3-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import About from './components/About'
33
import Experience from './components/Experience'
44
import Footer from './components/Footer'
55
import Header from './components/Header'
6-
import Publications from './components/Publications'
6+
// import Publications from './components/Publications'
77
import Skills from './components/Skills'
88

99
const App = () => {
@@ -13,11 +13,9 @@ const App = () => {
1313
<main>
1414
<About />
1515
<Skills />
16-
1716
<Experience />
18-
{/*
19-
<Acclaim />*/}
20-
<Publications />
17+
{/*<Acclaim />
18+
<Publications />*/}
2119
</main>
2220
<Footer />
2321
</div>

0 commit comments

Comments
 (0)