diff --git a/src/frontend/src/App.tsx b/src/frontend/src/App.tsx index 6a6acc73..375d51bc 100644 --- a/src/frontend/src/App.tsx +++ b/src/frontend/src/App.tsx @@ -1,4 +1,3 @@ -import '@livekit/components-styles' import '@/styles/index.css' import { Suspense } from 'react' import { ReactQueryDevtools } from '@tanstack/react-query-devtools' diff --git a/src/frontend/src/features/rooms/routes/Room.tsx b/src/frontend/src/features/rooms/routes/Room.tsx index ab4d7134..1bc22d9e 100644 --- a/src/frontend/src/features/rooms/routes/Room.tsx +++ b/src/frontend/src/features/rooms/routes/Room.tsx @@ -1,3 +1,4 @@ +import '@livekit/components-styles' import { ReactNode, useEffect, useState } from 'react' import { useLocation, useParams } from 'wouter' import { ErrorScreen } from '@/components/ErrorScreen'