orders details: initial commit
This commit is contained in:
@@ -24,6 +24,7 @@ export default function CheckoutPage() {
|
||||
const { phone, order, orderType, collectionMethod } =
|
||||
useAppSelector(selectCart);
|
||||
const { token } = useAppSelector((state) => state.auth);
|
||||
|
||||
return (
|
||||
<>
|
||||
<Form
|
||||
|
||||
Reference in New Issue
Block a user