diff --git a/website/src/app/api/geolocation/route.ts b/website/src/app/api/geolocation/route.ts index b40de46ed..2ceda429b 100644 --- a/website/src/app/api/geolocation/route.ts +++ b/website/src/app/api/geolocation/route.ts @@ -1,5 +1,5 @@ -import { geolocation } from '@vercel/functions'; import { handleApiError } from '@/app/api/auth'; +import { geolocation } from '@vercel/functions'; export async function GET(request: Request) { try {