feat: add design system
Some checks failed
Deploy to VPS (dist) / deploy (push) Failing after 46s

This commit is contained in:
Hewston Fox
2026-03-12 00:42:41 +02:00
parent fcb8dab8a0
commit 55bf63e215
93 changed files with 1647 additions and 86 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
export declare const resources: { hello: "Hello World!" };
export declare const resources: { hello: "Hello World!"; "actionModal.close": "Close" };

View File

@@ -1,3 +1,4 @@
{
"hello": "Hello World!"
"hello": "Hello World!",
"actionModal.close": "Close"
}

View File

@@ -1 +1 @@
export declare const resources: { hello: "Привет мир" };
export declare const resources: { hello: "Привет мир"; "actionModal.close": "Закрыть" };

View File

@@ -1,3 +1,4 @@
{
"hello": "Привет мир"
"hello": "Привет мир",
"actionModal.close": "Закрыть"
}