File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import Pdp from './pages/catalog/pdp';
7
7
import Search from './pages/search/search' ;
8
8
9
9
import Profile from './components/profile/profile' ;
10
- import ReviewForm from './components/profile/blocks/review-form' ;
11
10
12
11
import MensCatPage from './pages/category/men' ;
13
12
import WomensCatPage from './pages/category/women' ;
@@ -36,7 +35,6 @@ export default function makeRoutes(getStore) {
36
35
< Route component = { StoreFront } >
37
36
< IndexRoute component = { HomePage } />
38
37
< Route name = "profile" path = "/profile" component = { Profile } onEnter = { handleProfileEnter } />
39
- < Route path = "reviews/:reviewId" component = { ReviewForm } />
40
38
< Route path = "/checkout/done" component = { OrderPlaced } />
41
39
< Route path = "men" component = { MensCatPage } />
42
40
< Route path = "women" component = { WomensCatPage } />
You can’t perform that action at this time.
0 commit comments