This commit is contained in:
54CHA
2025-07-29 18:55:09 +03:00
parent 94ed190869
commit 08f76a7633
14 changed files with 2869 additions and 16 deletions

View File

@ -15,7 +15,8 @@ import {
Receipt,
Palette,
Star,
Image
Image,
Shield
} from 'lucide-react'
import { Button } from '@/components/ui/button'
import { useAuth } from '@/components/providers/AuthProvider'
@ -35,6 +36,11 @@ const navigationItems = [
href: '/dashboard/catalog',
icon: Package,
},
{
title: 'Кража',
href: '/dashboard/kraja',
icon: Shield,
},
{
title: 'Навигация сайта',
href: '/dashboard/navigation',