@ -1,5 +1,5 @@
<script setup lang="ts">
const _props = defineProps<{
const { text } = defineProps<{
text: string;
}>();
</script>
@ -2,9 +2,7 @@
<main>
<Panel>
<PanelHead>
<PanelHeadTitle>
<PanelHeadTitle :text="$t('pages.clients')" />
{{ $t('pages.clients') }}
</PanelHeadTitle>
<PanelHeadBoat>
<ClientsRestoreConfig />
<ClientsBackupConfig />