mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-05-30 15:23:13 +00:00
Failing code
This commit is contained in:
parent
a1dfcd3c35
commit
2135cf2aee
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ function createCartStore() {
|
||||||
|
|
||||||
// Create store
|
// Create store
|
||||||
const Cart = createCartStore();
|
const Cart = createCartStore();
|
||||||
export let cartLoaded = Cart.init()
|
export const cartLoaded = Cart.init()
|
||||||
|
|
||||||
// Make sure to update localstorage on any changes
|
// Make sure to update localstorage on any changes
|
||||||
Cart.subscribe((value) => {
|
Cart.subscribe((value) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue