diff --git a/front/src/lib/cart.ts b/front/src/lib/cart.ts index 7e3314d..ce0436e 100644 --- a/front/src/lib/cart.ts +++ b/front/src/lib/cart.ts @@ -106,7 +106,7 @@ function createCartStore() { // Create store const Cart = createCartStore(); -export let cartLoaded = Cart.init() +export const cartLoaded = Cart.init() // Make sure to update localstorage on any changes Cart.subscribe((value) => {