feat: модульная архитектура sidebar и улучшения навигации
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
8
src/app/fulfillment/supplies/goods/received/page.tsx
Normal file
8
src/app/fulfillment/supplies/goods/received/page.tsx
Normal file
@ -0,0 +1,8 @@
|
||||
export default function GoodsReceivedPage() {
|
||||
return (
|
||||
<div className="h-full overflow-hidden">
|
||||
<h3 className="text-white font-semibold mb-4">Принятые товары</h3>
|
||||
<div className="text-white/80">Здесь отображаются принятые на склад товары</div>
|
||||
</div>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user