Adding Cart page
This commit is contained in:
@@ -9,3 +9,9 @@ export const deselectPoster = (movieId, posterId) => ({
|
||||
movieId,
|
||||
posterId,
|
||||
});
|
||||
|
||||
export const removePoster = (movieId, posterId) => ({
|
||||
type: "REMOVE_POSTER",
|
||||
movieId,
|
||||
posterId,
|
||||
});
|
||||
Reference in New Issue
Block a user