Failing code

This commit is contained in:
Michał 2024-05-08 17:55:24 +01:00
parent a1dfcd3c35
commit 2135cf2aee

View file

@ -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) => {