Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patrick/add cart page #11

Merged
merged 8 commits into from
Mar 30, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
removing comment
  • Loading branch information
patrick-fs committed Mar 28, 2020
commit 9b9bef102ce9d9a4381c4890fa387d593e1489fc
1 change: 0 additions & 1 deletion src/types/cart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export enum CartTypes {
RemoveFromCart = 'REMOVE_FROM_CART',
};

// https://patrickdesjardins.com/blog/how-to-set-and-read-bitwise-enum-values-in-typescript
export enum CartViewModifier {
NONE,
DELETE,
Expand Down