import { Breadcrumbs, Button, Divider, Grid, Typography } from '@mui/material'; import { Box } from '@mui/system'; const ReviewContent = () => { return ( Shipping Cart Checkout Shipping Payment Review ORDER COMPLETE SUCCESSFULLY Thank you for placing your order with us. We wll get to work on sending your order as soon as possible Order Summary Order placed on: 05/09/2022 Email: johndoe@test Total: $60 Shipping Address: 1684 Upton Avenue, Locke Mills, United Kingdom, 04255 ); }; export default ReviewContent;