Skip to content

Commit ac7606e

Browse files
committed
Fix broken imports in GitHubConnectionBanner
1 parent a13d03a commit ac7606e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/code/src/renderer/features/inbox/components/list/GitHubConnectionBanner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import {
77
InfoIcon,
88
} from "@phosphor-icons/react";
99
import { trpcClient } from "@renderer/trpc/client";
10-
import { getCloudUrlFromRegion } from "@shared/constants/oauth";
11-
import type { CloudRegion } from "@shared/types/oauth";
10+
import type { CloudRegion } from "@shared/types/regions";
11+
import { getCloudUrlFromRegion } from "@shared/utils/urls";
1212
import { queryClient } from "@utils/queryClient";
1313
import { useEffect, useRef } from "react";
1414

0 commit comments

Comments
 (0)