Skip to content

Commit 7f4710f

Browse files
committed
fix(react): fix import sort order in types.ts
1 parent 968e039 commit 7f4710f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import type { Js } from '@clerk/clerk-js/internal';
12
import type {
23
Clerk,
34
InitialState,
@@ -10,7 +11,6 @@ import type {
1011
} from '@clerk/shared/types';
1112
import type { ClerkUIConstructor } from '@clerk/shared/ui';
1213
import type { Appearance, ExtractAppearanceType, Ui } from '@clerk/ui/internal';
13-
import type { Js } from '@clerk/clerk-js/internal';
1414
import type React from 'react';
1515

1616
// Re-export types from @clerk/shared that are used by other modules

0 commit comments

Comments
 (0)