Made products page fully functional with delete product

This commit is contained in:
Keannu Christian Bernasol 2023-03-06 21:06:50 +08:00
parent 3ac7785c3c
commit 57f11b024b
9 changed files with 134 additions and 104 deletions

View file

@ -19,7 +19,7 @@ export default function Inventory() {
<LoginChecker />
<div style={styles.content_row}>
<InventoryIcon size={64} color="white" />
<h1 style={{ ...styles.text_white, ...styles.text_XL }}>Inventory</h1>
<p style={{ ...styles.text_white, ...styles.text_XL }}>Inventory</p>
</div>
<TableContainer
style={{