diff options
Diffstat (limited to 'src-migrate/modules/product-card/index.tsx')
| -rw-r--r-- | src-migrate/modules/product-card/index.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-migrate/modules/product-card/index.tsx b/src-migrate/modules/product-card/index.tsx new file mode 100644 index 00000000..c87167bc --- /dev/null +++ b/src-migrate/modules/product-card/index.tsx @@ -0,0 +1,3 @@ +import ProductCard from "./components/ProductCard"; + +export default ProductCard
\ No newline at end of file |
