Skip to content

Commit 2803aed

Browse files
author
Artem
committed
Remove reviews from routes
1 parent 877509c commit 2803aed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

demo/peacock/src/routes.jsx

-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import Pdp from './pages/catalog/pdp';
77
import Search from './pages/search/search';
88

99
import Profile from './components/profile/profile';
10-
import ReviewForm from './components/profile/blocks/review-form';
1110

1211
import MensCatPage from './pages/category/men';
1312
import WomensCatPage from './pages/category/women';
@@ -36,7 +35,6 @@ export default function makeRoutes(getStore) {
3635
<Route component={StoreFront}>
3736
<IndexRoute component={HomePage} />
3837
<Route name="profile" path="/profile" component={Profile} onEnter={handleProfileEnter} />
39-
<Route path="reviews/:reviewId" component={ReviewForm} />
4038
<Route path="/checkout/done" component={OrderPlaced} />
4139
<Route path="men" component={MensCatPage} />
4240
<Route path="women" component={WomensCatPage} />

0 commit comments

Comments
 (0)