|
|
@@ -9,7 +9,7 @@ import ProductDetails from '../../components/ProductDetails';
|
|
9
|
9
|
import ProductSuggestion from '../../components/ProductSuggestion';
|
|
10
|
10
|
import ProductHistoryList from '../../components/ProductHistoryList';
|
|
11
|
11
|
import SocialMedia from '../../components/SocialMedia'
|
|
12
|
|
-import Feature from '../../components/Feature'
|
|
|
12
|
+// import Feature from '../../components/Feature'
|
|
13
|
13
|
import { fetchProduct } from '../../redux/slices/productSlice';
|
|
14
|
14
|
|
|
15
|
15
|
const Product = () => {
|
|
|
@@ -111,6 +111,7 @@ const Product = () => {
|
|
111
|
111
|
|
|
112
|
112
|
|
|
113
|
113
|
<SocialMedia />
|
|
|
114
|
+ {/*
|
|
114
|
115
|
<Box sx={{
|
|
115
|
116
|
display: {
|
|
116
|
117
|
xs: "none",
|
|
|
@@ -120,10 +121,11 @@ const Product = () => {
|
|
120
|
121
|
}}>
|
|
121
|
122
|
<Feature />
|
|
122
|
123
|
</Box>
|
|
|
124
|
+ */}
|
|
123
|
125
|
|
|
124
|
126
|
</Box>
|
|
125
|
127
|
|
|
126
|
128
|
)
|
|
127
|
129
|
}
|
|
128
|
130
|
|
|
129
|
|
-export default Product
|
|
|
131
|
+export default Product
|