fix: style

This commit is contained in:
2026-03-12 09:03:45 +01:00
parent 6f00e7f784
commit 9fc208192d
19 changed files with 186 additions and 180 deletions

View File

@@ -51,8 +51,6 @@ const PrivacyComponent = computed(() =>
defineAsyncComponent(() =>
import(`@/components/terms/${i18n.locale.value}_PrivacyPolicyView.vue`).catch(() => import('@/components/terms/en_PrivacyPolicyView.vue')),
),
)
</script>