Skip to content

Commit

Permalink
Merge pull request #200 from whereby/thomas/export-grid
Browse files Browse the repository at this point in the history
Export grid component
  • Loading branch information
thyal authored Jan 30, 2024
2 parents 1667b52 + 08851aa commit 3a3eeb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whereby.com/browser-sdk",
"version": "2.1.0-beta1",
"version": "2.1.0-beta2",
"description": "Modules for integration Whereby video in web apps",
"author": "Whereby AS",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions src/lib/react/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export { default as VideoView } from "./VideoView";
export { useRoomConnection } from "./useRoomConnection";
export { useLocalMedia } from "./useLocalMedia";
export { Grid as VideoGrid } from "./Grid";

export type { UseLocalMediaResult } from "./useLocalMedia/types";

Expand Down

0 comments on commit 3a3eeb5

Please sign in to comment.