Добавили страницы

This commit is contained in:
isHardCoded
2025-07-09 21:19:34 +03:00
parent 117109a1eb
commit b64d0af124
4 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
const Cart = () => {
return <></>
}
export default Cart
View File
+5
View File
@@ -0,0 +1,5 @@
const Catalog = () => {
return <></>
}
export default Catalog
View File