This commit is contained in:
2026-04-12 22:51:57 +02:00
parent a5ccf2047b
commit c26c3b9485
37 changed files with 934 additions and 34 deletions

View File

@@ -10,7 +10,8 @@ import {
LogOut,
ShieldCheck,
BarChart3,
Flag
Flag,
Settings
} from 'lucide-react';
const menuItems = [
@@ -21,6 +22,7 @@ const menuItems = [
{ name: 'Commentaires', icon: MessageSquare, href: '/comments' },
{ name: 'Modération', icon: Flag, href: '/moderation' },
{ name: 'Blog & Interviews', icon: BookOpen, href: '/blog' },
{ name: 'Configuration', icon: Settings, href: '/settings' },
];
export default function Sidebar() {