Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjcai committed Oct 21, 2023
1 parent de1a601 commit f71e3c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/context/ShoppingCartContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import ShoppingCart from '../../components/cart/ShoppingCart';
import useLocalStorage from '../hooks/useLocalStorage';
import { updateCartForUser } from '../../api/supabase/queries/user_queries';


type ShoppingCartProviderProps = {
children: ReactNode;
};
Expand Down

0 comments on commit f71e3c0

Please sign in to comment.