Adding Cart page

This commit is contained in:
Pierret Hugo
2024-10-19 14:00:38 +02:00
parent 5516900b1b
commit 129fcb672c
7 changed files with 502 additions and 166 deletions

View File

@@ -9,3 +9,9 @@ export const deselectPoster = (movieId, posterId) => ({
movieId,
posterId,
});
export const removePoster = (movieId, posterId) => ({
type: "REMOVE_POSTER",
movieId,
posterId,
});