Move LiveKit module into its own directory
This commit is contained in:
parent
e032edbfad
commit
28fe813b76
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ import { CallEndedView } from "./CallEndedView";
|
|||
import { useSentryGroupCallHandler } from "./useSentryGroupCallHandler";
|
||||
import { PosthogAnalytics } from "../PosthogAnalytics";
|
||||
import { useProfile } from "../profile/useProfile";
|
||||
import { useLiveKit } from "./useLiveKit";
|
||||
import { useLiveKit } from "../livekit/useLiveKit";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue