Skip to content

Commit 8dedc80

Browse files
feedback
1 parent 200ef24 commit 8dedc80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/web/src/app/api/(client)/client.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ import {
1919
FileSourceRequest,
2020
FileSourceResponse,
2121
} from "@/features/git";
22-
import { PermissionSyncStatusResponse } from "../(server)/ee/permissionSyncStatus/api";
23-
import { AccountSyncStatusResponse } from "../(server)/ee/accountPermissionSyncJobStatus/api";
24-
import {
22+
import type { PermissionSyncStatusResponse } from "../(server)/ee/permissionSyncStatus/api";
23+
import type { AccountSyncStatusResponse } from "../(server)/ee/accountPermissionSyncJobStatus/api";
24+
import type {
2525
SearchChatShareableMembersQueryParams,
2626
SearchChatShareableMembersResponse,
2727
} from "../(server)/ee/chat/[chatId]/searchMembers/route";

0 commit comments

Comments
 (0)