create otp page - link auth page

This commit is contained in:
Alihaghighattalab
2024-08-05 13:06:00 +03:30
parent 0e5089aad5
commit 277b13e5d8
13 changed files with 704 additions and 8 deletions
+5 -5
View File
@@ -3,11 +3,11 @@ import { ArrowDown2 } from 'iconsax-react'
import { useState } from 'react'
const value = [
{ id: 1, name: 'علی' },
{ id: 2, name: 'رضا' },
{ id: 3, name: 'محمد' },
{ id: 4, name: 'محمدرضا' },
{ id: 5, name: 'قاسم' },
{ id: 1, name: 'تهران' },
{ id: 2, name: 'شیراز' },
{ id: 3, name: 'اصفهان' },
{ id: 4, name: 'اراک' },
{ id: 5, name: 'تبریز' },
]
export const ComboBox = () => {