feat: add navbar
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m34s

This commit is contained in:
Hewston Fox
2026-03-18 03:26:43 +02:00
parent f93bc7d3e0
commit 1cadf7f1d2
14 changed files with 255 additions and 7 deletions

View File

@@ -1 +1,9 @@
export declare const resources: { hello: "Привет мир"; "actionModal.close": "Закрыть" };
export declare const resources: {
hello: "Привет мир";
"actionModal.close": "Закрыть";
"nav.shop": "Магазин";
"nav.apiary": "Пасека";
"nav.game": "Игра";
"nav.cashdesk": "Касса";
"nav.menu": "Меню";
};