<script setup lang="ts">
import { installPrivacyGuards } from '@/composables/usePrivacyConsent'
onLaunch(async () => {
installPrivacyGuards()
})
</script>