import "react-phone-number-input/style.css"; import { default as BasePhoneInput } from "react-phone-number-input"; import React from "react"; import classNames from "@lib/classNames"; export const PhoneInput = (props) => ( { /* DO NOT REMOVE: Callback required by PhoneInput, comment added to satisfy eslint:no-empty-function */ }} /> ); export default PhoneInput;