Move functions to directory

This commit is contained in:
2021-11-08 12:14:39 +01:00
parent 7242027be9
commit 5141198167
6 changed files with 41 additions and 1 deletions

View File

@@ -1,4 +1,11 @@
import { addToCart, createCart, fetchCart, getProduct, removeCartItem, updateCartItem } from '$utils/swellFunctions'
import {
addToCart,
createCart,
fetchCart,
getProduct,
removeCartItem,
updateCartItem
} from '$utils/functions/swell'
// Block GET requests