Skip to content

Commit

Permalink
refactor: imports in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal87 committed Jul 26, 2023
1 parent 5acb144 commit 933bc80
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ import {
StreamVideo,
StreamVideoClient,
} from '@stream-io/video-react-native-sdk';
import { VideoCallUI } from './components/VideoCallUI';
import { ChatWrapper } from './src/components/ChatWrapper';
import { VideoCallUI } from 'src/components/VideoCallUI';
import { GestureHandlerRootView } from 'react-native-gesture-handler';

export default function App() {
Expand Down

0 comments on commit 933bc80

Please sign in to comment.