diff --git a/src/App.tsx b/src/App.tsx index 71169c29..5dc8d29c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -23,7 +23,6 @@ import { MediaDevicesProvider } from "./livekit/MediaDevicesContext"; import { widget } from "./widget"; import { useTheme } from "./useTheme"; import { ProcessorProvider } from "./livekit/TrackProcessorContext"; -// import { useUrlParams } from "./UrlParams"; const SentryRoute = Sentry.withSentryReactRouterV7Routing(Route); @@ -73,8 +72,8 @@ export const App: FC = () => { {loaded ? ( - - + + ( @@ -91,8 +90,8 @@ export const App: FC = () => { } /> - - + + ) : (