From 4a380ddad5e654a7119949252868dfc069dee2d1 Mon Sep 17 00:00:00 2001 From: Siddharth Date: Fri, 10 Nov 2023 14:18:58 +0530 Subject: [PATCH] fix: lint fix --- apps/consent/app/components/phone-auth/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/consent/app/components/phone-auth/index.tsx b/apps/consent/app/components/phone-auth/index.tsx index ba7ad0a3ed..6c3a5e2479 100644 --- a/apps/consent/app/components/phone-auth/index.tsx +++ b/apps/consent/app/components/phone-auth/index.tsx @@ -1,6 +1,8 @@ import { redirect } from "next/navigation" import React from "react" +import { CountryCode } from "libphonenumber-js" + import PhoneAuthForm from "./phone-auth-form" import { getSupportedCountryCodes } from "@/app/graphql/queries/get-supported-countries" @@ -11,7 +13,6 @@ import MainContent from "@/app/components/main-container" import Logo from "@/app/components/logo" import Heading from "@/app/components/heading" import SubHeading from "@/app/components/sub-heading" -import { CountryCode } from "libphonenumber-js" interface PhoneAuth { login_challenge: string