styling groceries a little better

This commit is contained in:
2021-10-28 18:19:54 +02:00
parent 55c6704d1b
commit fb346632c5
28 changed files with 155 additions and 233 deletions

View File

@@ -13,7 +13,7 @@ const GroceryListPage = () => {
{
currentTab === "Groceries" ? <Groceries /> : <Products />
}
<TabMenu currentTab={currentTab} setCurrentTab={setCurrentTab} />
{/* <TabMenu currentTab={currentTab} setCurrentTab={setCurrentTab} /> */}
</WrapperGroceryPage>
)
}