feat(orders): tg notifications, ya metrika, meta tags

This commit is contained in:
Nikita Kiselev
2025-08-03 09:39:51 +03:00
parent 454bd39f1f
commit 86d0fa9594
32 changed files with 1205 additions and 76 deletions

View File

@@ -59,4 +59,8 @@ export async function cartEditItem(data) {
});
}
export async function fetchSettings() {
return await ftch('settings');
}
export default ftch;