Skip to content

Commit

Permalink
fix: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth committed Nov 10, 2023
1 parent 882e41e commit 4a380dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/consent/app/components/phone-auth/index.tsx
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 4a380dd

Please sign in to comment.