Skip to content

Commit b374633

Browse files
committed
lint
1 parent e6eb850 commit b374633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/SecureSignup.importable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ import { useEffect, useRef, useState } from 'react';
2121
import ReactGoogleRecaptcha from 'react-google-recaptcha';
2222
import { submitComponentEvent } from '../client/ophan/ophan';
2323
import { lazyFetchEmailWithTimeout } from '../lib/fetchEmail';
24+
import { useBrowserId } from '../lib/metrics';
2425
import { clearSubscriptionCache } from '../lib/newsletterSubscriptionCache';
2526
import { useAuthStatus, useIsSignedIn } from '../lib/useAuthStatus';
2627
import { palette } from '../palette';
2728
import type { RenderingTarget } from '../types/renderingTarget';
2829
import { useConfig } from './ConfigContext';
29-
import { useBrowserId } from '../lib/metrics';
3030

3131
// The Google documentation specifies that if the 'recaptcha-badge' is hidden,
3232
// their T+C's must be displayed instead. While this component hides the

0 commit comments

Comments
 (0)