Skip to content

Commit f7e2415

Browse files
Elvin Dzhavadovthegreatercurve
Elvin Dzhavadov
authored andcommitted
fix(lexical-playground): LexicalTypeaheadMenuPlugin import (#2689)
Use the correct import path that available in NPM package
1 parent e639210 commit f7e2415

File tree

1 file changed

+1
-1
lines changed
  • packages/lexical-playground/src/plugins/ComponentPickerPlugin

1 file changed

+1
-1
lines changed

packages/lexical-playground/src/plugins/ComponentPickerPlugin/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
LexicalTypeaheadMenuPlugin,
1919
TypeaheadOption,
2020
useBasicTypeaheadTriggerMatch,
21-
} from '@lexical/react/src/LexicalTypeaheadMenuPlugin';
21+
} from '@lexical/react/LexicalTypeaheadMenuPlugin';
2222
import {$createHeadingNode, $createQuoteNode} from '@lexical/rich-text';
2323
import {$wrapLeafNodesInElements} from '@lexical/selection';
2424
import {INSERT_TABLE_COMMAND} from '@lexical/table';

0 commit comments

Comments
 (0)