docs(contribution): added missing generateBase64 import for template index.ts

This commit is contained in:
Khiet Tam Nguyen 2025-01-06 13:50:38 +11:00 committed by GitHub
parent 332416b7e7
commit fa2d81d2e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -169,6 +169,7 @@ Let's take the example of `plausible` template.
```typescript
// EXAMPLE
import {
generateBase64,
generateHash,
generateRandomDomain,
type Template,