Подготовили структуру для корзины

This commit is contained in:
isHardCoded
2025-07-14 18:05:17 +03:00
parent bcffa33ade
commit c2d14e90fe
11 changed files with 92 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import styles from './index.module.scss'
import Header from '../../components/header/index'
import ProductList from '../../components/list/index'
import ProductList from '../../components/list/product/index'
const Catalog = () => {
return (