From 2135cf2aee0029ca20ddb2be7938733781181d90 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Wed, 8 May 2024 17:55:24 +0100 Subject: [PATCH] Failing code --- front/src/lib/cart.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {