diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-22 23:36:47 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-22 23:36:47 +0700 |
| commit | ac3fdf7be9982e65d8f83a20bc487f8dd62e3bfc (patch) | |
| tree | 687d984708708833999c9b83f1e74e32cf64b1c1 /src/pages/shop/checkout | |
| parent | 8cfb615556e67408d7afb6d9694b2407447085ff (diff) | |
fix
Diffstat (limited to 'src/pages/shop/checkout')
| -rw-r--r-- | src/pages/shop/checkout/finish.jsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pages/shop/checkout/finish.jsx b/src/pages/shop/checkout/finish.jsx index 7a1aa05d..fb6970f6 100644 --- a/src/pages/shop/checkout/finish.jsx +++ b/src/pages/shop/checkout/finish.jsx @@ -1,6 +1,6 @@ -import BasicLayout from "@/core/components/layouts/BasicLayout"; -import FinishCheckoutComponent from "@/lib/checkout/components/FinishCheckout"; -import { useRouter } from "next/router"; +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() @@ -10,4 +10,4 @@ export default function Finish() { <FinishCheckoutComponent id={router.query.id || 0} /> </BasicLayout> ) -}
\ No newline at end of file +} |
