🚚(frontend) move participant tile components into a feature folder

Reorganize all components related to the participant tile into a
dedicated feature folder, so the code organization is clearer and
related components are grouped together.
This commit is contained in:
lebaudantoine
2026-07-15 12:30:39 +02:00
committed by aleb_the_flash
parent 86fcc2c7fe
commit 56a8f72e39
14 changed files with 15 additions and 14 deletions
@@ -4,7 +4,7 @@ import { Button as RACButton } from 'react-aria-components'
import { Track } from 'livekit-client'
import Source = Track.Source
import { ParticipantTile } from '@/features/rooms/livekit/components/ParticipantTile'
import { ParticipantTile } from '@/features/participantTile/components/ParticipantTile.tsx'
import { type ToastProps } from './Toast'
import { HStack, styled } from '@/styled-system/jsx'
import { Div } from '@/primitives'