feat: page titles

This commit is contained in:
2025-04-07 17:06:01 +03:00
parent a6eec16309
commit e6ab12f957
6 changed files with 33 additions and 3 deletions

7
src/enums/urls.ts Normal file
View File

@@ -0,0 +1,7 @@
export enum UrlsTitle {
LOGIN = "Авторизация",
PROFILE = "Профиль",
TASKS = "Задачи",
CALENDAR = "Календарь",
PAGE404 = "404",
}