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 @@ -7,6 +7,7 @@ import Navbar from './components/Navbar/Navbar';
77import LoginPage from './components/LoginPage/LoginPage' ;
88import RegisterPage from './components/RegisterPage/RegisterPage' ;
99import SearchPage from './components/SearchPage/SearchPage' ;
10+ import DetailsPage from './components/DetailsPage/DetailsPage' ;
1011import Profile from './components/Profile/Profile' ;
1112
1213function App ( ) {
@@ -21,6 +22,7 @@ function App() {
2122 < Route path = "/app/login" element = { < LoginPage /> } />
2223 < Route path = "/app/register" element = { < RegisterPage /> } />
2324 < Route path = "/app/search" element = { < SearchPage /> } />
25+ < Route path = "/app/product/:productId" element = { < DetailsPage /> } />
2426 < Route path = "/app/profile" element = { < Profile /> } />
2527 </ Routes >
2628 </ >
You can’t perform that action at this time.
0 commit comments