File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import Homepage from './Homepage';
55import Home from './Page/Home.jsx' ;
66import Opportunities from './Page/Opportunities.jsx' ;
77import IdeaSubmission from './Page/IdeaSubmission.jsx' ;
8+ import PortfolioIdeas from './Page/PortfolioIdeas.jsx' ;
89import PortfolioBuilder from './Page/PortfolioBuilder.jsx' ;
910import ProjectShowcase from './Page/ProjectShowcase.jsx' ;
1011import ResumeBuilder from './Page/ResumeBuilder.jsx' ;
@@ -65,6 +66,7 @@ function App() {
6566 < Route path = "/Home" element = { < Home /> } />
6667 < Route path = "/Opportunities" element = { < Opportunities /> } />
6768 < Route path = "/IdeaSubmission" element = { < IdeaSubmission /> } />
69+ < Route path = "/PortfolioIdeas" element = { < PortfolioIdeas /> } />
6870 < Route path = "/PortfolioBuilder" element = { < PortfolioBuilder /> } />
6971 < Route path = "/ProjectShowcase" element = { < ProjectShowcase /> } />
7072 < Route path = "/ResumeBuilder" element = { < ResumeBuilder /> } />
You can’t perform that action at this time.
0 commit comments