mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-16 22:29:24 +08:00
Fixed initial products page
This commit is contained in:
parent
b275c2a9f0
commit
afe0aeb202
1 changed files with 0 additions and 4 deletions
|
@ -11,10 +11,6 @@ export default function Products() {
|
|||
<ProductsIcon size={8} color="white" />
|
||||
<h1 style={styles.text_large}>Products</h1>
|
||||
</div>
|
||||
<AppLogo size={8} color="#6f9b78" />
|
||||
<ProductListEntry>
|
||||
<p style={styles.text}>Beep Boop</p>
|
||||
</ProductListEntry>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue