maj
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user