Skip to content

Commit ed42e6c

Browse files
committed
fix orgx typo
1 parent 40e6dd8 commit ed42e6c

File tree

2 files changed

+1
-47
lines changed

2 files changed

+1
-47
lines changed

packages/orgx/lib/plugin/recma-jsx-rewrite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ function createImportProvider(providerImportSource, outputFormat) {
564564
const specifiers = [
565565
{
566566
type: 'ImportSpecifier',
567-
imported: { type: 'Identifier', name: 'useMDXComponents' },
567+
imported: { type: 'Identifier', name: 'useOrgComponents' },
568568
local: { type: 'Identifier', name: '_provideComponents' },
569569
},
570570
]

packages/orgx/lib/types.d.ts

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)