summaryrefslogtreecommitdiff
path: root/src/core/utils/cart.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/utils/cart.js')
-rw-r--r--src/core/utils/cart.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/core/utils/cart.js b/src/core/utils/cart.js
index 52e157f2..fd42ee4e 100644
--- a/src/core/utils/cart.js
+++ b/src/core/utils/cart.js
@@ -33,9 +33,4 @@ const deleteItemCart = ({ productId }) => {
return true
}
-export {
- getCart,
- getItemCart,
- updateItemCart,
- deleteItemCart
-} \ No newline at end of file
+export { getCart, getItemCart, updateItemCart, deleteItemCart }