mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
goop converter
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Log panel wrapper row for spectator layout.
|
||||
import LogPanel from '../../../components/LogPanel.jsx';
|
||||
import LogPanel from '../../../components/LogPanel/index.jsx';
|
||||
|
||||
export default function LogsRow({ className = '' }) {
|
||||
return (
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Single rover spectator card containing live/snapshot tile and HUD.
|
||||
import VideoTile from '../../../components/VideoTile.jsx';
|
||||
import VideoTile from '../../../components/VideoTile/index.jsx';
|
||||
import { formatDriverLabel } from '../utils.js';
|
||||
|
||||
export default function RoverSpectatorCard({ rover, frame, sessionInfo, videoMode, snapshotFeed, audioInfo, session }) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Secondary panel row showing room cameras.
|
||||
import RoomCameraPanel from '../../../components/RoomCameraPanel.jsx';
|
||||
import RoomCameraPanel from '../../../components/RoomCameraPanel/index.jsx';
|
||||
|
||||
export default function SecondaryRow() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user