// 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;