From 7265295454801c1d921385a4b67fb3780b46771e Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 22 Feb 2023 14:00:00 +0700 Subject: fix --- src/pages/shop/checkout/finish.jsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/pages/shop/checkout/finish.jsx (limited to 'src/pages') diff --git a/src/pages/shop/checkout/finish.jsx b/src/pages/shop/checkout/finish.jsx new file mode 100644 index 00000000..7a1aa05d --- /dev/null +++ b/src/pages/shop/checkout/finish.jsx @@ -0,0 +1,13 @@ +import BasicLayout from "@/core/components/layouts/BasicLayout"; +import FinishCheckoutComponent from "@/lib/checkout/components/FinishCheckout"; +import { useRouter } from "next/router"; + +export default function Finish() { + const router = useRouter() + + return ( + + + + ) +} \ No newline at end of file -- cgit v1.2.3