diff --git a/src/Utils/utils.ts b/src/Utils/utils.ts index 174b4d536de..5f763c9c445 100644 --- a/src/Utils/utils.ts +++ b/src/Utils/utils.ts @@ -1,7 +1,7 @@ -import { +import { AREACODES, IN_LANDLINE_AREA_CODES, - USER_TYPES + USER_TYPES, } from "../Common/constants"; import phoneCodesJson from "../Common/static/countryPhoneAndFlags.json"; import dayjs from "./dayjs";