add document marking page

This commit is contained in:
smanylov
2026-02-07 12:28:07 +07:00
parent 256ecbe31f
commit 7572c1ada2
7 changed files with 97 additions and 5 deletions
@@ -27,6 +27,10 @@ export default function DropDownList() {
{
name: t('audio-marking'),
href: '/pages/marking-audio'
},
{
name: t('document-marking'),
href: '/pages/marking-document'
}
];