mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 17:40:46 -04:00
7 lines
308 B
React
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;
|