fix packages

This commit is contained in:
Антон 2024-12-21 18:53:05 +03:00
parent 91958c5242
commit 81569ad23f
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
<div> <div>
{{GetMaintTitle()}} {{GetMainTitle()}}
</div> </div>

View File

@ -20,7 +20,7 @@ export class AppComponent
* @description Возвращает main_title * @description Возвращает main_title
* @return {string} * @return {string}
*/ */
GetMaintTitle(): string GetMainTitle(): string
{ {
return this.main_title; return this.main_title;
} }