chore: update code structure and remove redundant changes

This commit is contained in:
sHa
2025-06-18 00:30:47 +03:00
parent ca97046961
commit d87e79f44d
10 changed files with 6437 additions and 1959 deletions

View File

@@ -794,36 +794,6 @@
/>
</Router>
<Header
{displayLogos}
allLogos={logos}
{theme}
{setTheme}
{viewMode}
{setGridView}
{setListView}
{setCompactView}
{searchQuery}
{setSearchQuery}
{allTags}
{selectedTags}
{selectedBrands}
{selectedVariants}
{tagDropdownOpen}
{toggleDropdown}
{addTag}
{removeTag}
{addBrand}
{removeBrand}
{addVariant}
{removeVariant}
{getTagObj}
{compactMode}
{setCompactMode}
{collection}
{setCollection}
{collections}
/>
<style>
</style>