Skip to content

Commit

Permalink
rename client to videomail client
Browse files Browse the repository at this point in the history
  • Loading branch information
binarykitchen committed Nov 1, 2024
1 parent 45711ba commit 96708ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Client from "./client";
import VideomailClient from "./client";
import VideomailEvents from "./types/events";
import { PartialVideomailClientOptions } from "./types/options";
import RecordingStats from "./types/RecordingStats";
Expand All @@ -9,4 +9,4 @@ export type { VideomailEvents };
export type { PartialVideomailClientOptions };
export type { RecordingStats };

export default Client;
export default VideomailClient;

0 comments on commit 96708ef

Please sign in to comment.