Skip to content

Commit 484f58b

Browse files
committed
Fix import for @emotion/react
1 parent a0bc77a commit 484f58b

File tree

1 file changed

+1
-0
lines changed
  • packages/clerk-js/src/ui/components/devPrompts/EnableOrganizationsPrompt

1 file changed

+1
-0
lines changed

packages/clerk-js/src/ui/components/devPrompts/EnableOrganizationsPrompt/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { useClerk } from '@clerk/shared/react';
22
import type { __internal_EnableOrganizationsPromptProps, EnableEnvironmentSettingParams } from '@clerk/shared/types';
33
// eslint-disable-next-line no-restricted-imports
44
import type { SerializedStyles } from '@emotion/react';
5+
// eslint-disable-next-line no-restricted-imports
56
import { css, type Theme } from '@emotion/react';
67
import { forwardRef, useId, useMemo, useRef, useState } from 'react';
78

0 commit comments

Comments
 (0)