Skip to content

Commit 8bf6b64

Browse files
committed
fix imports
1 parent 54bfa27 commit 8bf6b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clerk-js/src/core/resources/Session.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ import type {
2727

2828
import { unixEpochToDate } from '@/utils/date';
2929
import { debugLogger } from '@/utils/debug';
30-
import { buildTokenId } from '@/utils/tokenId';
3130
import {
3231
convertJSONToPublicKeyRequestOptions,
3332
serializePublicKeyCredentialAssertion,
3433
webAuthnGetCredential as webAuthnGetCredentialOnWindow,
3534
} from '@/utils/passkeys';
35+
import { buildTokenId } from '@/utils/tokenId';
3636

3737
import { clerkInvalidStrategy, clerkMissingWebAuthnPublicKeyOptions } from '../errors';
3838
import { eventBus, events } from '../events';

0 commit comments

Comments
 (0)