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

8 lines
330 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 GoodsReceivedPage() {
return (
<div className="h-full overflow-hidden">
<h3 className="text-white font-semibold mb-4">Принятые товары</h3>
<div className="text-white/80">Здесь отображаются принятые на склад товары</div>
</div>
)
}