Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
codeaashu committed Nov 16, 2024
1 parent f1a1ef3 commit 17c7836
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Homepage from './Homepage';
import Home from './Page/Home.jsx';
import Opportunities from './Page/Opportunities.jsx';
import IdeaSubmission from './Page/IdeaSubmission.jsx';
import PortfolioIdeas from './Page/PortfolioIdeas.jsx';
import PortfolioBuilder from './Page/PortfolioBuilder.jsx';
import ProjectShowcase from './Page/ProjectShowcase.jsx';
import ResumeBuilder from './Page/ResumeBuilder.jsx';
Expand Down Expand Up @@ -65,6 +66,7 @@ function App() {
<Route path="/Home" element={<Home />} />
<Route path="/Opportunities" element={<Opportunities />} />
<Route path="/IdeaSubmission" element={<IdeaSubmission />} />
<Route path="/PortfolioIdeas" element={<PortfolioIdeas />} />
<Route path="/PortfolioBuilder" element={<PortfolioBuilder />} />
<Route path="/ProjectShowcase" element={<ProjectShowcase />} />
<Route path="/ResumeBuilder" element={<ResumeBuilder />} />
Expand Down

0 comments on commit 17c7836

Please sign in to comment.