Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Bit-Barron committed Sep 22, 2024
1 parent b368d71 commit 12dc3f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/elements/cartdialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ interface CartDialogProps {
onClose: () => void;
}


const CartDialog: React.FC<CartDialogProps> = ({ onClose }) => {
const router = useRouter();
const { shoppingListQuery, deleteItemMutation, updateItemQuantityMutation } =
Expand Down

0 comments on commit 12dc3f7

Please sign in to comment.