Skip to content

Commit

Permalink
sdk(react-native-sdk): updated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinteodor committed Jun 27, 2023
1 parent f946858 commit fe6ca23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-sdk/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { appNavigate } from './react/features/app/actions.native';
import { App } from './react/features/app/components/App.native';
import { setAudioMuted, setVideoMuted } from './react/features/base/media/actions';
// @ts-ignore
import JitsiThemePaperProvider from '../react/features/base/ui/components/JitsiThemeProvider';
import JitsiThemePaperProvider from './react/features/base/ui/components/JitsiThemeProvider.native';


interface IAppProps {
Expand Down

0 comments on commit fe6ca23

Please sign in to comment.