We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9cfd3 commit 9e09066Copy full SHA for 9e09066
1 file changed
apps/web/components/apps/MultiDisconnectIntegration.tsx
@@ -3,7 +3,7 @@ import { useState } from "react";
3
import { Dialog } from "@calcom/features/components/controlled-dialog";
4
import { useLocale } from "@calcom/lib/hooks/useLocale";
5
import { trpc } from "@calcom/trpc/react";
6
-import type { AppRouter } from "@calcom/trpc/server/routers/_app";
+import type { AppRouter } from "@calcom/trpc/types/server/routers/_app";
7
import { Button } from "@calcom/ui/components/button";
8
import { ConfirmationDialogContent } from "@calcom/ui/components/dialog";
9
import {
0 commit comments