import { Breadcrumbs, Button, Checkbox, Divider, FormControlLabel, Grid, Typography, } from '@mui/material'; import { Box } from '@mui/system'; import DataCard from '../cards/data-card/DataCard'; const ShippingContent = () => { return ( Shipping Cart Checkout Shipping The following fields will be used as the shipping details for your order Contact johndoe@test.com | 0601234567 Shipping to 1684 Upton Avenue | Locke Mills } label="Free Shipping" sx={{ color: 'black', ml: 2 }} /> ); }; export default ShippingContent;