
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
373 B
TypeScript
8 lines
373 B
TypeScript
export default function GoodsReceivingPage() {
|
||
return (
|
||
<div className="h-full overflow-hidden">
|
||
<h3 className="text-white font-semibold mb-4">Товары в приёмке</h3>
|
||
<div className="text-white/80">Здесь отображаются товары в процессе приёмки на склад фулфилмента</div>
|
||
</div>
|
||
)
|
||
} |