Files
MultiRoombaRover/webui/src/components/AdminPanel/index.jsx
T
2026-04-28 19:39:13 -04:00

7 lines
308 B
React

// Admin Panel
// Purpose: Defines the Admin Panel module and the local helpers/components used in this file.
// Scope: Keeps behavior unchanged while isolating this concern into a clear, single-responsibility unit.
import AdminPanelContent from './AdminPanelContent.jsx';
export default AdminPanelContent;