Skip to content

Commit

Permalink
💄 join components updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanptm committed Oct 1, 2024
1 parent d389fa0 commit fabae63
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/app/(patient)/video-section/[sectionId]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client'

import { useParams } from 'next/navigation';
import JoinPage from './Join-page';
import JoinPage from '../../../../components/page-components/video/JoinSectionPatient';
import VideoChat from '@/components/page-components/video/VideoChat';
import { useGetSectionByIdPatient } from '@/lib/hooks/video/usePatient';
import { useVideoCall } from '@/lib/hooks/useVideoCall';
Expand Down
2 changes: 1 addition & 1 deletion client/app/doctor/video-call/[sectionId]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client'

import { useParams } from 'next/navigation';
import JoinPage from './Join-page';
import JoinPage from '../../../../components/page-components/video/JoinSectionDoctor';
import VideoChat from '@/components/page-components/video/VideoChat';
import { useGetSectionByIdDoctor } from '@/lib/hooks/video/useDoctor';
import { useVideoCall } from '@/lib/hooks/useVideoCall';
Expand Down

0 comments on commit fabae63

Please sign in to comment.