Move functions to directory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user