Skip to content

Commit b96e4bd

Browse files
fix(web): update PermissionSyncStatusResponse import to use api.ts
Co-authored-by: Brendan Kellam <brendan-kellam@users.noreply.github.com>
1 parent e2083c3 commit b96e4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
FileSourceRequest,
2020
FileSourceResponse,
2121
} from "@/features/git";
22-
import { PermissionSyncStatusResponse } from "../(server)/ee/permissionSyncStatus/route";
22+
import { PermissionSyncStatusResponse } from "../(server)/ee/permissionSyncStatus/api";
2323
import {
2424
SearchChatShareableMembersQueryParams,
2525
SearchChatShareableMembersResponse,

0 commit comments

Comments
 (0)