mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-01-29 17:48:28 +00:00
Failing code
This commit is contained in:
parent
a1dfcd3c35
commit
2135cf2aee
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue