···11import type { SignedInAuthObject } from "@clerk/nextjs/api";
22-import { Client } from "@upstash/qstash/cloudflare";
22+import { Client } from "@upstash/qstash";
33import type { z } from "zod";
4455import { createTRPCContext } from "@openstatus/api";
+1-1
apps/web/src/app/api/checker/regions/_checker.ts
···11-import { Receiver } from "@upstash/qstash/cloudflare";
11+import { Receiver } from "@upstash/qstash";
22import { nanoid } from "nanoid";
33import type { z } from "zod";
44
+1-1
apps/web/src/components/icons.tsx
···2727 TwitterIcon,
2828 Zap,
2929} from "lucide-react";
3030-import type { Icon as LucideIcon, LucideProps } from "lucide-react";
3030+import type { LucideIcon, LucideProps } from "lucide-react";
31313232export type Icon = LucideIcon;
3333export type ValidIcon = keyof typeof Icons;