Skip to content

Commit 3259292

Browse files
committed
refactor: remove dead code
1 parent a88fb0c commit 3259292

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react/src/context/room-context.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import type { Room } from 'livekit-client';
22
import * as React from 'react';
3-
import { useMaybeSessionContext } from './session-context';
4-
import { UseSessionReturn } from '../hooks';
53

64
/** @public */
75
export const RoomContext = React.createContext<Room | undefined>(undefined);

0 commit comments

Comments
 (0)