diff --git a/packages/react-native-sdk/docusaurus/docs/reactnative/06-advanced/02-chat-with-video.mdx b/packages/react-native-sdk/docusaurus/docs/reactnative/06-advanced/02-chat-with-video.mdx index 742801634f..fee5dd2be5 100644 --- a/packages/react-native-sdk/docusaurus/docs/reactnative/06-advanced/02-chat-with-video.mdx +++ b/packages/react-native-sdk/docusaurus/docs/reactnative/06-advanced/02-chat-with-video.mdx @@ -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() {