Skip to content

Commit

Permalink
fix(clerk-js): Missing default export after internal refactoring (#2186)
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef authored and desiprisg committed Nov 23, 2023
1 parent 75b9625 commit e6ad681
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/hungry-bikes-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { ClerkOptions, ClientJSON, EnvironmentJSON, LoadedClerk } from '@cl
import { jest } from '@jest/globals';
import React from 'react';

import { default as ClerkCtor } from '../../../core/clerk';
import { Clerk as ClerkCtor } from '../../../core/clerk';
import { Client, Environment } from '../../../core/resources';
import { ComponentContext, CoreClerkContextWrapper, EnvironmentProvider, OptionsProvider } from '../../contexts';
import { AppearanceProvider } from '../../customizables';
Expand Down

0 comments on commit e6ad681

Please sign in to comment.