From 757b69f4d814ec4890c209f7a9fdf3d9940157d9 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 22 Feb 2023 12:03:05 +0700 Subject: fix --- src/pages/shop/checkout/index.jsx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/pages/shop/checkout/index.jsx (limited to 'src/pages') diff --git a/src/pages/shop/checkout/index.jsx b/src/pages/shop/checkout/index.jsx new file mode 100644 index 00000000..5e8f2663 --- /dev/null +++ b/src/pages/shop/checkout/index.jsx @@ -0,0 +1,10 @@ +import AppLayout from '@/core/components/layouts/AppLayout' +import CheckoutComponent from '@/lib/checkout/components/Checkout' + +export default function Checkout() { + return ( + + + + ) +} -- cgit v1.2.3