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 @@ -14,6 +14,7 @@ import Home from './components/Home/Home'; // Assuming your Home component is in
14
14
import Dealer from './components/Dealers/Dealer' ; // Assuming your Dealer component is in src/components/Dealer/Dealer.js
15
15
// Assuming PostReview is in src/components/PostReview/PostReview.js
16
16
import Header from './components/Header/Header' ;
17
+ import PostReview from "./components/Dealers/PostReview"
17
18
18
19
function App ( ) {
19
20
return (
@@ -29,6 +30,7 @@ function App() {
29
30
< Route path = "/register" element = { < Register /> } />
30
31
< Route path = "/dealers" element = { < Dealers /> } />
31
32
< Route path = "/dealer/:id" element = { < Dealer /> } />
33
+ < Route path = "/postreview/:id" element = { < PostReview /> } />
32
34
33
35
</ Routes >
34
36
) ;
You can’t perform that action at this time.
0 commit comments