Move LiveKit module into its own directory

This commit is contained in:
Daniel Abramov 2023-06-09 18:31:29 +02:00
commit 28fe813b76
2 changed files with 2 additions and 2 deletions

View file

@ -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 {