inventory1

This commit is contained in:
2026-03-14 21:10:35 -05:00
parent df3f1412f6
commit d21e2e3c0b
21 changed files with 1492 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
import { InventoryListPage } from "./InventoryListPage";
export function InventoryItemsPage() {
return <InventoryListPage />;
}