🚨(frontend) clean unused imports
Found unused imports that were breaking the build. Fixed them.
This commit is contained in:
committed by
aleb_the_flash
parent
a55a4d5b5d
commit
4293444d3e
@@ -7,18 +7,12 @@ import { Avatar } from '@/components/Avatar'
|
|||||||
import { getParticipantColor } from '@/features/rooms/utils/getParticipantColor'
|
import { getParticipantColor } from '@/features/rooms/utils/getParticipantColor'
|
||||||
import { Participant, Track } from 'livekit-client'
|
import { Participant, Track } from 'livekit-client'
|
||||||
import { isLocal } from '@/utils/livekit'
|
import { isLocal } from '@/utils/livekit'
|
||||||
import { ActiveSpeaker } from '@/features/rooms/components/ActiveSpeaker'
|
|
||||||
import {
|
import {
|
||||||
useIsSpeaking,
|
useIsSpeaking,
|
||||||
useTrackMutedIndicator,
|
useTrackMutedIndicator,
|
||||||
} from '@livekit/components-react'
|
} from '@livekit/components-react'
|
||||||
import Source = Track.Source
|
import Source = Track.Source
|
||||||
import {
|
import { RiMicFill, RiMicOffFill } from '@remixicon/react'
|
||||||
RiMicFill,
|
|
||||||
RiMicLine,
|
|
||||||
RiMicOffFill,
|
|
||||||
RiMicOffLine,
|
|
||||||
} from '@remixicon/react'
|
|
||||||
import { Button, Dialog, P } from '@/primitives'
|
import { Button, Dialog, P } from '@/primitives'
|
||||||
import { useState } from 'react'
|
import { useState } from 'react'
|
||||||
import { useMuteParticipant } from '@/features/rooms/livekit/api/muteParticipant'
|
import { useMuteParticipant } from '@/features/rooms/livekit/api/muteParticipant'
|
||||||
|
|||||||
Reference in New Issue
Block a user