diff --git a/src/components/Cart.js b/src/components/Cart.js index a61c993..d1829df 100644 --- a/src/components/Cart.js +++ b/src/components/Cart.js @@ -4,6 +4,7 @@ import { useNavigate } from "react-router-dom"; import { removeAllPosters, removePoster } from "../services/action"; import DeleteIcon from "@material-ui/icons/Delete"; import { + Container, Box, Typography, Button, @@ -90,7 +91,9 @@ const Cart = () => { }; return ( -