use russian cities names for search params

This commit is contained in:
Timofey
2025-05-27 11:51:51 +03:00
parent 46cd984395
commit bc3ef3fb57
11 changed files with 241 additions and 37 deletions

View File

@@ -15,6 +15,7 @@ export interface TextInputProps {
isPassword?: boolean
isVisible?: boolean
togglePasswordVisibility?: () => void
error?: string
}
export interface ButtonProps {