mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2025-05-13 01:51:06 +08:00
Initial Products
This commit is contained in:
parent
e3bbca7e8c
commit
1fded3cedf
3 changed files with 63 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
import React from "react";
|
||||
import styles from "../../styles";
|
||||
import ProductsIcon from "../../Components/Icons/ProductsIcon/ProductsIcon";
|
||||
import ProductInfo from "../../Components/ProductInfo/ProductInfo";
|
||||
import ProductsLists from "../../Components/ProductsLists/ProductsLists";
|
||||
|
||||
export default function Products() {
|
||||
return (
|
||||
<div style={{ margin: 32, height: "100%" }}>
|
||||
|
@ -8,6 +11,7 @@ export default function Products() {
|
|||
<ProductsIcon size={8} color="white" />
|
||||
<h1 style={styles.text_large}>Products</h1>
|
||||
</div>
|
||||
<ProductInfo products={ProductsLists} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue