Files
sfera-new/src/app/fulfillment/supplies/goods/receiving/page.tsx
2025-08-30 15:51:41 +03:00

8 lines
373 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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>
)
}