mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
⚡️(frontend) import LiveKit styles only in the room route
LiveKit styles are not needed across the whole app, only in the room route. Import them locally there to avoid loading them globally.
This commit is contained in:
committed by
aleb_the_flash
parent
ac520d8b34
commit
426e6258a8
@@ -1,4 +1,3 @@
|
||||
import '@livekit/components-styles'
|
||||
import '@/styles/index.css'
|
||||
import { Suspense } from 'react'
|
||||
import { ReactQueryDevtools } from '@tanstack/react-query-devtools'
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import '@livekit/components-styles'
|
||||
import { ReactNode, useEffect, useState } from 'react'
|
||||
import { useLocation, useParams } from 'wouter'
|
||||
import { ErrorScreen } from '@/components/ErrorScreen'
|
||||
|
||||
Reference in New Issue
Block a user