mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
goop converter
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Top-level mini summary app shell with hard-refresh timer and alerts.
|
||||
import { useEffect } from 'react';
|
||||
import AlertFeed from '../../components/AlertFeed.jsx';
|
||||
import AlertFeed from '../../components/AlertFeed/index.jsx';
|
||||
import MiniSummaryContent from './MiniSummaryContent.jsx';
|
||||
import { HARD_REFRESH_MS } from './constants.js';
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ import { useVideoRequests } from '../../hooks/useVideoRequests.js';
|
||||
import { useRoverSnapshots } from '../../hooks/useRoverSnapshots.js';
|
||||
import { useSpectatorMode } from '../../hooks/useSpectatorMode.js';
|
||||
import useDefaultNickname from '../../hooks/useDefaultNickname.js';
|
||||
import VideoTile from '../../components/VideoTile.jsx';
|
||||
import VideoTile from '../../components/VideoTile/index.jsx';
|
||||
import FitViewportFrame from './components/FitViewportFrame.jsx';
|
||||
import InfoColumn from './components/InfoColumn.jsx';
|
||||
import { ROTATE_MS } from './constants.js';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Rover information and optional preview column for mini summary UI.
|
||||
import VideoTile from '../../../components/VideoTile.jsx';
|
||||
import BatteryBar from '../../../components/BatteryBar.jsx';
|
||||
import VideoTile from '../../../components/VideoTile/index.jsx';
|
||||
import BatteryBar from '../../../components/BatteryBar/index.jsx';
|
||||
import { roverNameChromeStyle } from '../../../lib/roverColor.js';
|
||||
import { getBatteryVisual } from '../utils.js';
|
||||
import AutoFitText from './AutoFitText.jsx';
|
||||
|
||||
Reference in New Issue
Block a user