mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 10:42:57 +00:00
upload
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// Deprecated: use `components/admin/AdminSidebar` via `layouts/AdminLayout`.
|
||||
// This thin wrapper keeps backward compatibility by rendering the new AdminSidebar.
|
||||
import AdminSidebar from './admin/AdminSidebar';
|
||||
|
||||
const Sidebar = () => {
|
||||
return (
|
||||
<AdminSidebar isOpen={true} onClose={() => {}} />
|
||||
);
|
||||
};
|
||||
|
||||
export default Sidebar;
|
||||
Reference in New Issue
Block a user