pravki
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user