feat: модульная архитектура sidebar и улучшения навигации
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
6
src/app/fulfillment/page.tsx
Normal file
6
src/app/fulfillment/page.tsx
Normal file
@ -0,0 +1,6 @@
|
||||
import { redirect } from 'next/navigation'
|
||||
|
||||
// Главная страница кабинета фулфилмента - перенаправляем на основной раздел
|
||||
export default function FulfillmentPage() {
|
||||
redirect('/fulfillment/supplies/goods/receiving')
|
||||
}
|
Reference in New Issue
Block a user