Skip to content

Commit

Permalink
(chore): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chdeskur committed Jul 29, 2024
1 parent 8db6c8d commit c134ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wrapper/ChariotClient.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Auth } from "api/resources/auth/client/Client";
import { Auth } from "../api/resources/auth/client/Client";
import { ChariotClient as FernClient } from "../Client";
import * as core from "../core";
import * as environments from "../environments";
import { OAuthTokenProvider } from "core/auth/OAuthTokenProvider";
import { OAuthTokenProvider } from "../core/auth/OAuthTokenProvider";

export declare namespace ChariotClient {

Expand Down

0 comments on commit c134ad8

Please sign in to comment.