feat: модульная архитектура sidebar и улучшения навигации
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@ -1,10 +1,6 @@
|
||||
import { AuthGuard } from '@/components/auth-guard'
|
||||
import { SuppliesDashboard } from '@/components/supplies/supplies-dashboard'
|
||||
import { redirect } from 'next/navigation'
|
||||
|
||||
export default function SuppliesPage() {
|
||||
return (
|
||||
<AuthGuard>
|
||||
<SuppliesDashboard />
|
||||
</AuthGuard>
|
||||
)
|
||||
}
|
||||
// Редирект со старого URL на новый кабинет селлера
|
||||
export default function OldSuppliesPage() {
|
||||
redirect('/seller/supplies/goods/cards')
|
||||
}
|
Reference in New Issue
Block a user