| 123456789101112 |
- # app/components/Domain/ProductCard/index.coffee
- module.exports =
- name: 'product-card'
- props:
- product:
- type: Object
- default: -> {}
- render: (new Function '_ctx', '_cache', globalThis.renderFns['app/components/Domain/ProductCard/index.pug'])()
|