create otp page - link auth page
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user