feat: модульная архитектура sidebar и улучшения навигации
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
10
src/app/fulfillment/supplies/materials/order/page.tsx
Normal file
10
src/app/fulfillment/supplies/materials/order/page.tsx
Normal file
@ -0,0 +1,10 @@
|
||||
import { AuthGuard } from '@/components/auth-guard'
|
||||
import { MaterialsOrderForm } from '@/components/fulfillment-supplies/materials-supplies/materials-order-form'
|
||||
|
||||
export default function MaterialsOrderPage() {
|
||||
return (
|
||||
<AuthGuard>
|
||||
<MaterialsOrderForm />
|
||||
</AuthGuard>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user