mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2025-05-14 18:41:06 +08:00
Added initial add product page and redirect login page to dashboard if already logged in
This commit is contained in:
parent
9cdca33783
commit
325fbf87db
4 changed files with 61 additions and 1 deletions
|
@ -33,7 +33,7 @@ export default function Products() {
|
|||
}}
|
||||
>
|
||||
<Button
|
||||
onClick={() => navigate("/Products/AddProduct")}
|
||||
onClick={() => navigate("/AddProduct")}
|
||||
style={styles.button_add_product}
|
||||
>
|
||||
<AddIcon size={32} color="white" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue