import React from "react"; import Select from "react-select"; import { customStyles } from "../constants/customStyles"; import { languageOptions } from "../constants/languageOptions"; const LanguagesDropdown = ({ onSelectChange }) => { return (