import { ITranslation } from "./../interface";
const en_US: ITranslation = {
  placeHolder: "select something..."
};
export default en_US;
