We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f059131 commit 108fe75Copy full SHA for 108fe75
dotcom-rendering/src/lib/braze/initialiseBraze.ts
@@ -1,4 +1,4 @@
1
-import * as braze from '@braze/web-sdk';
+import type * as braze from '@braze/web-sdk';
2
import { isUndefined, log } from '@guardian/libs';
3
4
const SDK_OPTIONS: braze.InitializationOptions = {
0 commit comments