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

@@ -0,0 +1,7 @@
<script>
import {t} from '../../translations.svelte.js';
</script>
<fieldset>
<legend>{t('companies')}</legend>
</fieldset>