Files
mrp/client/src/modules/inventory/InventoryItemsPage.tsx
2026-03-14 21:10:35 -05:00

6 lines
131 B
TypeScript

import { InventoryListPage } from "./InventoryListPage";
export function InventoryItemsPage() {
return <InventoryListPage />;
}