Skip to content

Commit

Permalink
fix(lexical-playground): LexicalTypeaheadMenuPlugin import (#2689)
Browse files Browse the repository at this point in the history
Use the correct import path that available in NPM package
  • Loading branch information
Elvin Dzhavadov authored and thegreatercurve committed Nov 25, 2022
1 parent e639210 commit f7e2415
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
LexicalTypeaheadMenuPlugin,
TypeaheadOption,
useBasicTypeaheadTriggerMatch,
} from '@lexical/react/src/LexicalTypeaheadMenuPlugin';
} from '@lexical/react/LexicalTypeaheadMenuPlugin';
import {$createHeadingNode, $createQuoteNode} from '@lexical/rich-text';
import {$wrapLeafNodesInElements} from '@lexical/selection';
import {INSERT_TABLE_COMMAND} from '@lexical/table';
Expand Down

0 comments on commit f7e2415

Please sign in to comment.