File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
examples/ecommerce-jewellery-store/src Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ function App() {
2121 < CartProvider >
2222 < AdminProvider >
2323 < CategoriesProvider >
24- < Router >
24+ < Router basename = "/kendo-react/ecommerce-jewellery-store" >
2525 < Header />
2626 < SizedParent >
2727 < Routes >
@@ -33,7 +33,6 @@ function App() {
3333 < Route path = "/category" element = { < DetailedCategory /> } />
3434 < Route path = "/product/:id" element = { < ProductDetails /> } />
3535 < Route path = "/shoppingcart" element = { < ShoppingCartList /> } />
36- < Route path = "/contacts" element = { < Contacts /> } />
3736 </ Routes >
3837 </ SizedParent >
3938 < Footer />
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const items = [
99 } ,
1010 {
1111 "text" : "Contacts" ,
12- "url" : "/ contacts"
12+ "url" : "contacts"
1313 }
1414 ] ;
1515
You can’t perform that action at this time.
0 commit comments