refactor(cards): messing with the time in the cards

This commit is contained in:
2025-04-17 18:41:40 -05:00
parent 9cb8ca6813
commit 5cdca0a41f
9 changed files with 388 additions and 8 deletions

View File

@@ -34,6 +34,7 @@ export function AddCards() {
<Cards name={"inv-materials"} rowType={"materials"} />
<Cards name={"inv-packaging"} rowType={"packaging"} />
<Cards name={"inv-waste"} rowType={"waste"} />
<Cards name={"openOrder"} inventory />
</div>
</div>