Repository URL to install this package:
|
Version:
0.14.1 ▾
|
ui-component-library
/
src
/
components
/
presets
/
CollectionProduct
/
PdpCollection
/
PdpCollection.tsx
|
|---|
import React from 'react'
import { ProductList } from 'presets/BundleCollection'
class PdpCollection extends React.Component {
render() {
return <ProductList {...this.props} />
}
}
export { PdpCollection }
export default PdpCollection