Skip to content

Commit

Permalink
fix: dublicate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth committed Oct 29, 2023
1 parent b2594ef commit cdd55d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/consent/app/login/phone/server-actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import { GetCaptchaChallengeResponse, SendPhoneCodeResponse } from "./phone-logi
import { LoginType, SubmitValue } from "@/app/index.types"
import authApi from "@/services/galoy-auth"
import { hydraClient } from "@/services/hydra"
import { env } from "@/env"
;("use server")

import { handleAxiosError } from "@/app/error-handler"
import { env } from "@/env"

Expand Down

0 comments on commit cdd55d4

Please sign in to comment.