Skip to content

Commit

Permalink
fix: updated imports in Prebuilt App (#3399)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit authored Dec 6, 2024
1 parent 15ebddb commit 3b5d722
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/roomkit-react/src/Prebuilt/App.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import React, { MutableRefObject, useEffect, useRef } from 'react';
import { HMSStatsStoreWrapper, HMSStoreWrapper, IHMSNotifications } from '@100mslive/hms-video-store';
import { Layout, Logo, Screens, Theme, Typography } from '@100mslive/types-prebuilt';
import { match } from 'ts-pattern';
import {
HMSActions,
HMSReactiveStore,
HMSRoomProvider,
HMSStatsStoreWrapper,
HMSStoreWrapper,
IHMSNotifications,
selectIsConnectedToRoom,
useHMSActions,
useHMSStore,
Expand Down

0 comments on commit 3b5d722

Please sign in to comment.