Files
mrp/client/src/modules/inventory/InventoryItemsPage.tsx

6 lines
131 B
TypeScript
Raw Normal View History

2026-03-14 21:10:35 -05:00
import { InventoryListPage } from "./InventoryListPage";
export function InventoryItemsPage() {
return <InventoryListPage />;
}