From 69d7bd767f1b720ea5d1d5124374281e3449a48d Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 29 Dec 2022 09:04:39 +0700 Subject: no message --- src/pages/shop/cart.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/pages') diff --git a/src/pages/shop/cart.js b/src/pages/shop/cart.js index dfb24990..9fd44410 100644 --- a/src/pages/shop/cart.js +++ b/src/pages/shop/cart.js @@ -27,6 +27,7 @@ import Alert from "../../components/Alert"; import Spinner from "../../components/Spinner"; import AppBar from "../../components/AppBar"; import ProgressBar from "../../components/ProgressBar"; +import LineDivider from "../../components/LineDivider"; export default function Cart() { const router = useRouter(); @@ -182,10 +183,10 @@ export default function Cart() { labels={['Keranjang', 'Pembayaran', 'Selesai']} /> -
+ {/* --- Start Alert */} - +
@@ -193,7 +194,7 @@ export default function Cart() {
{/* ---- End Alert */} -
+
{/* [Start] Product List */} @@ -264,7 +265,7 @@ export default function Cart() { {/* [End] Product List */}
-
+
{/* [Start] Review Order */} -- cgit v1.2.3