fix build error

This commit is contained in:
hamid zarghami
2025-04-20 10:06:45 +03:30
parent 93e5c7bed3
commit 8d727d52c4
@@ -8,7 +8,7 @@ import { ArrowLeft } from 'iconsax-react'
const ServiceHeader: FC = () => {
const { t } = useTranslation('global')
const [planSelected, setPlanSelected] = useState('year')
const [planSelected, setPlanSelected] = useState<string | boolean>('year')
return (
<div className='w-full p-6 bg-white rounded-3xl flex xl:flex-row flex-col xl:justify-between'>