Skip to content

Commit

Permalink
dom changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kunal-511 committed Sep 20, 2023
1 parent 1024443 commit 2f347f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function App() {
<Header />

<Routes>
<Route path="/" element= {<Home />} />
<Route path="/resume-builder/" element= {<Home />} />
<Route path="/about" element= {<About />} />
<Route path="/services" element= {<Services />} />
<Route path="/contact" element= {<ContactUs />} />
Expand Down

0 comments on commit 2f347f2

Please sign in to comment.