subcategory page

This commit is contained in:
2021-12-15 16:11:32 +07:00
8 changed files with 405 additions and 28 deletions

View File

@@ -75,7 +75,7 @@ export const Category = observer(() => {
<TabPane tab="Category" key="1">
<CategoryComponent/>
</TabPane>
))}
))
</Tabs>
</Card>
</div>