Заменены \n на реальный символ переноса

This commit is contained in:
2026-05-28 17:30:20 +03:00
parent 0c15c7b786
commit 32c579e0c0
26 changed files with 134 additions and 54 deletions

View File

@@ -18,7 +18,11 @@ package ":domain" as DOM {
}
package ":infrastructure-android" as INF {
[Room, OAuth,\nадаптеры]
component INF_BLOCK [
Room, OAuth,
----
адаптеры
]
}
package ":app" as APP {