export default function Warehouse() {
return (
<div className="w-full h-full">
<p>Warehouse</p>
</div>
);
}