🚚(frontend) move ToggleDevice controls to Device folder

Reorganize ToggleDevice control components by moving them to the Device
folder for better code organization and logical grouping.
This commit is contained in:
lebaudantoine
2025-08-21 21:56:54 +02:00
committed by aleb_the_flash
parent 22c68da2af
commit 5eb70384e3
5 changed files with 5 additions and 5 deletions
@@ -1,5 +1,5 @@
import { UseTrackToggleProps } from '@livekit/components-react'
import { ToggleDevice as BaseToggleDevice } from '../../livekit/components/controls/ToggleDevice'
import { ToggleDevice as BaseToggleDevice } from '../../livekit/components/controls/Device/ToggleDevice'
import {
TOGGLE_DEVICE_CONFIG,
ToggleSource,