feat: tags page

This commit is contained in:
2026-01-19 17:58:21 +03:30
parent 850b4a3f1e
commit a1aefdff8f
5 changed files with 182 additions and 25 deletions

View File

@@ -52,3 +52,5 @@ export const UNITS_SETTINGS = "/unit-settings";
//TAGGING
export const TAGGING = "/tagging";
export const TAGS = "/tags";
export const TAGS_BATCH = "/tags/$id/$from/$to";