Skip to content

Commit 704f689

Browse files
committed
fix(themes): Fix foundations import
1 parent 2bbb130 commit 704f689

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/themes/src/createTheme.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
// Temp way to import the type. We will clean this up when we extract
22
// theming into its own package
3-
import type { InternalTheme } from '@clerk/clerk-js/src/v4/foundations';
43
import type { Appearance, BaseTheme, Elements, Theme } from '@clerk/types';
54

5+
import type { InternalTheme } from '../../clerk-js/src/ui/foundations';
6+
67
type CreateClerkThemeParams = Theme & {
78
/**
89
* {@link Theme.elements}

0 commit comments

Comments
 (0)