mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2025-05-14 10:31:07 +08:00
Made products page fully functional with delete product
This commit is contained in:
parent
3ac7785c3c
commit
57f11b024b
9 changed files with 134 additions and 104 deletions
|
@ -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={{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue