diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-03-14 12:19:54 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-03-14 12:19:54 -0400 |
| commit | 331da87bd53bc1fb79063d142764c75df9f32170 (patch) | |
| tree | d80aac98154a811fdf57b10e90ac0350fe14568e /frontend/components/CartCount.js | |
| parent | 46a0ba30ef54a7e36206481a4f5b2bf1f9702fca (diff) | |
tests
Diffstat (limited to 'frontend/components/CartCount.js')
| -rw-r--r-- | frontend/components/CartCount.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/components/CartCount.js b/frontend/components/CartCount.js index 245b07b..7949307 100644 --- a/frontend/components/CartCount.js +++ b/frontend/components/CartCount.js @@ -50,3 +50,4 @@ const CartCount = ({ count }) => ( ); export default CartCount; +export { CartCount }; |
