preparing company module gui

This commit is contained in:
2025-08-06 13:36:16 +02:00
parent a450ef97b8
commit 19f9f466b8
4 changed files with 11 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ onMount(fetchModules);
<nav>
<a href="#" onclick={() => go('/user')}>{t('users')}</a>
<a href="#" onclick={() => go('/company')}>{t('companies')}</a>
<a href="#" onclick={() => go('/project')}>{t('projects')}</a>
<a href="#" onclick={() => go('/task')}>{t('tasks')}</a>
<a href="#" onclick={() => go('/document')}>{t('documents')}</a>