Fixed initial products page

This commit is contained in:
keannu125 2023-02-21 14:12:44 +08:00
parent b275c2a9f0
commit afe0aeb202

View file

@ -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>
);
}