Skip to content

Commit 747cce2

Browse files
committed
Prettier
1 parent 34163d2 commit 747cce2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/context/AppContext.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const AppProvider = ({ children }) => {
1717
setCart(cartData);
1818
}
1919
}, []);
20+
2021
return (
2122
<AppContext.Provider value={[cart, setCart]}>
2223
{children}

0 commit comments

Comments
 (0)