Update example

This commit is contained in:
Jarek Rozanski 2025-01-29 21:19:50 +01:00
parent c315cc2bcc
commit 5687797a9e

View file

@ -206,9 +206,7 @@ Example usage:
import { useWideAngle } from '#imports'
const waa = useWideAngle();
waa.recordConsent('FHJ44111');
useWideAngle().recordConsent('FHJ44111');
</script>
```