pager modal + car address section

This commit is contained in:
hamid zarghami
2025-12-22 16:19:58 +03:30
parent 90a72f837e
commit 9e9caca2ec
2 changed files with 2 additions and 7 deletions
@@ -1,12 +1,10 @@
'use client';
import InputField from '@/components/input/InputField';
import { useTranslation } from 'react-i18next';
import { useCheckoutStore } from '../../store/Store';
import { useCallback, useEffect } from 'react';
export const CarAddressSection = () => {
const { t } = useTranslation('parallels', { keyPrefix: 'OrderDetail' });
const { carAddress, setCarAddress } = useCheckoutStore();
const handleCarModelChange = useCallback((e: React.ChangeEvent<HTMLInputElement>) => {