diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-03-22 16:29:31 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-03-22 16:29:31 -0400 |
| commit | a6af043686e4375d7944e91cae3d5b63c59edab0 (patch) | |
| tree | f814d412b14a2a47f56c933ce38f458055f2f83b /frontend/components/CartCount.js | |
| parent | 93495ce146c4e81ecfab3a0bca99460e75a759da (diff) | |
Migrate to render props
Diffstat (limited to 'frontend/components/CartCount.js')
| -rw-r--r-- | frontend/components/CartCount.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/components/CartCount.js b/frontend/components/CartCount.js index 7949307..245b07b 100644 --- a/frontend/components/CartCount.js +++ b/frontend/components/CartCount.js @@ -50,4 +50,3 @@ const CartCount = ({ count }) => ( ); export default CartCount; -export { CartCount }; |
