Skip to content

Commit 9e09066

Browse files
authored
chore: use correct import path for AppRouter (calcom#21415)
1 parent 0a9cfd3 commit 9e09066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/components/apps/MultiDisconnectIntegration.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useState } from "react";
33
import { Dialog } from "@calcom/features/components/controlled-dialog";
44
import { useLocale } from "@calcom/lib/hooks/useLocale";
55
import { trpc } from "@calcom/trpc/react";
6-
import type { AppRouter } from "@calcom/trpc/server/routers/_app";
6+
import type { AppRouter } from "@calcom/trpc/types/server/routers/_app";
77
import { Button } from "@calcom/ui/components/button";
88
import { ConfirmationDialogContent } from "@calcom/ui/components/dialog";
99
import {

0 commit comments

Comments
 (0)