diff --git a/typescript-client/client.ts b/typescript-client/client.ts index 148b6c7af9..5f308ac912 100644 --- a/typescript-client/client.ts +++ b/typescript-client/client.ts @@ -6,7 +6,6 @@ import { } from "./index"; import { OpenAPI } from "./index"; import type { DenoS3LightClientSettings } from "./index"; -import { OidcService } from "./src"; export { AdminService, @@ -22,6 +21,7 @@ export { SettingsService, UserService, WorkspaceService, + OidcService, } from "./index"; export type Sql = string;