Updated the CountrySelect

This commit is contained in:
Tiago Ribeiro
2023-10-15 23:40:25 +01:00
parent 932a2e4081
commit e8b44ee10e
3 changed files with 10 additions and 5 deletions

View File

@@ -14,8 +14,6 @@ import {ErrorMessage} from "@/constants/errors";
import {RadioGroup} from "@headlessui/react";
import clsx from "clsx";
import {EmploymentStatus, EMPLOYMENT_STATUS, Gender, User} from "@/interfaces/user";
import countryCodes from "country-codes-list";
import {countries, TCountries} from "countries-list";
import CountrySelect from "@/components/Low/CountrySelect";
import {shouldRedirectHome} from "@/utils/navigation.disabled";
import moment from "moment";