mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-05-29 14:53: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
|
||||
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…
Add table
Add a link
Reference in a new issue