Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Jan 15, 2025
1 parent 9c98845 commit e7ceb61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import React, { useMemo, useState } from 'react';

import { withRef } from '@udecode/cn';
import { useEditorPlugin } from '@udecode/plate-core/react';
import { useEditorPlugin } from '@udecode/plate/react';
import { EmojiInlineIndexSearch, insertEmoji } from '@udecode/plate-emoji';
import { EmojiPlugin } from '@udecode/plate-emoji/react';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import React, { useMemo, useState } from 'react';

import { withRef } from '@udecode/cn';
import { useEditorPlugin } from '@udecode/plate-core/react';
import { useEditorPlugin } from '@udecode/plate/react';
import { EmojiInlineIndexSearch, insertEmoji } from '@udecode/plate-emoji';
import { EmojiPlugin } from '@udecode/plate-emoji/react';

Expand Down

0 comments on commit e7ceb61

Please sign in to comment.